-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b439d6
commit 8cb2662
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# <img src="/preview/logo.png" title="logo" height="80" width="80" /> Dagger Plugin | ||
IntelliJ iDEA plugin to work with projects using <a href="https://dagger.dev/">Dagger 2</a> library | ||
|
||
<img src="/preview/screenshare.gif" alt="preview" title="preview"/> | ||
|
||
Install | ||
----- | ||
You can install the plugin from `Preferences` -> `Plugins` and search for the plugin. | ||
|
||
Features | ||
----- | ||
- View the dependency graph in tree format | ||
- Jump to source code from the graph | ||
- View parents and children of a node in the graph | ||
- Fully supported for project using both Java and Kotlin including Android | ||
|
||
Usage | ||
----- | ||
- Build your project, and the graph will be displayed in the <b>Dagger</b> tool window | ||
- Tap on <b>Refresh</b> in the Dagger tool window to refresh the graph | ||
- The plugin itself uses Dagger 2.27 and hence validations and graph will be calculated based on this version. For optimal usage, consider updating Dagger to the latest version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters