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
Overridden functions for instance are handled using code lenses. However, code lenses introduce a bit of noise in text editor since they are displayed in a new line.the
Additional contex
No response
Search terms
vscode gutter icons
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When browsing source code it's great to have such indicators available in UI, having them helps with understanding code. gutter icons are helpful for:
Describe the solution you'd like
IntelliJ Idea does a wonderful job when it comes to gutter icons, Metals & vscode can aim to achieve a comparable level of support.
From vscode perspective there is a extension sample which uses
TextEditor.setDecorations
andvscode.window.createTextEditorDecorationType
APIs. There is type calledDecorationRenderOptions
which havegutterIconPath
andhttps://github.com/microsoft/vscode-extension-samples/tree/main/decorator-sample.
Unfortunately from what I see, although it is possible to create a gutter icon, the click action on it isn't exposed in vscode's API microsoft/vscode#5455, it's used internally in microsoft/vscode#5455 (comment) or microsoft/vscode#5455 (comment)
Describe alternatives you've considered
Overridden functions for instance are handled using code lenses. However, code lenses introduce a bit of noise in text editor since they are displayed in a new line.the
Additional contex
No response
Search terms
vscode gutter icons
The text was updated successfully, but these errors were encountered: