Closed
Description
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
)