dagger-intellij-plugin icon indicating copy to clipboard operation
dagger-intellij-plugin copied to clipboard

An IntelliJ IDEA plugin for Dagger which provides insight into how injections and providers are used.

Results 9 dagger-intellij-plugin issues
Sort by recently updated
recently updated
newest added

Are there any plans to support Kotlin programming language?

I'm running into a non-user-experience-breaking list of exceptions with the dagger plugin. It should be noted that I was able to see the little "🗡" icons (and also the different...

Asume you have `@Inject` annotation over class constructor The plugin shows other classes where that class is injected, but doesn't show any injection into module. For example, this class is...

Is it planned - or possible at all - to support multi-module projects? Currently, when I click on the dagger-icon of an `@Inject` annotated method in a child module, it...

If I declare constructor with annotation @Inject, I can see where is object will injected. But in class, where I inject this field, I can't go back to constructor with...

Return type of a provider method needs to be converted to the appropriate collection type when @Provides has an annotation parameter type=SET or SET_VALUES, or MAP. This is mainly a...

Can you update build? Current build doesn't work on IntelliJ Community Edition 2016.1 cause this bug -> #19

Provide a list of detected modules and allow choosing which one to add it to.

When viewing the bindings corresponding to an injection, it's not obvious which ones are the _production_ ones (which you usually want) and which ones are the _test/dev_ ones (which you...