How to control icons in OUTLINE viewlet? #796
Answered
by
msujew
Serhioromano
asked this question in
Q&A
-
I am starting to make progress. Thank you for your help. Outline is generated now like this. How can I change the icons? Whose are different things like classes, functions, interfaces, .... Also last elements there are generated from
But I want tree to be like this
|
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Nov 29, 2022
Replies: 1 comment 1 reply
-
Hey @Serhioromano, you will need to override the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Serhioromano
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Serhioromano,
you will need to override the
DefaultDocumentSymbolProvider
class and bind it in your module (similar to here). Especially overriding thegetSymbolKind
method is reasonable for your case.