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

Include a special icon for overrides bindings

Open JakeWharton opened this issue 12 years ago • 0 comments

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 don't).

Dagger knows this via the overrides=true option on the declaring module. Production code usually doesn't set this; test code usually does.

We should either add an icon or split the list into two parts, with production stuff up top and "test" stuff below.

cd9c4cc6-b86d-11e2-957e-5622729f5655

cc @swankjesse

JakeWharton avatar May 10 '13 16:05 JakeWharton