You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the autowire bean completions show up as a list of plain bean names. This makes it sometimes look a bit weird, since it shows up side by side with, for example, methods you could invoke. Even the icon for the proposals look the same.
I think we need to change:
the icon (the symbol kind) to something else.
the label to include some additional information (like myController - inject as a bean dependency)