IntelliSense uses the wrong icons for some completion result types #3364
Labels
Area-IntelliSense
Issue-Enhancement
A feature request (enhancement).
Up for Grabs
Will shepherd PRs.
Milestone
Issue Description
See the following screenshot:

A lot of them seem to use the text icon even though VS code includes icons that are more appropriate.
VS Code icons can be found here: https://code.visualstudio.com/api/references/icons-in-labels#icon-listing all of the icons intended for IntelliSense start with "Symbol-"
If I had to map them I would map them like this:
It's probably worth checking the seemingly working mappings as well because people can customize the icons and if Command and Method for example are both mapped to symbol-function then their icon theme will have to compromise.
If you want to see this for yourself you can use the following code:
and then try to complete Param1 for the DummyFunction
The text was updated successfully, but these errors were encountered: