-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for custom SymbolKind values #50186
Comments
We will not so custom icons because that puts a higher burden onto extension authors, esp when this bubbles up to the LSP which then means you can to provide icons matching various different IDEs/editors. Having no icon seems like an option but might also look weird when having mixed items, e.g. with and without icon... |
How so? They could just keep using one of the available SymbolKinds.
In my particular case I'm only providing file-level symbols, and there aren't any other symbols providers for that file type. IMO it would also be weird if 2 completely different things use the same symbol, i.e. maybe somebody uses |
This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
I've added
Go to Symbols
support to Todo+, and I had to pick aSymbolKind
, but none of them makes sense for this extension, as it's not providing syntax highlighting for a programming language.I think there should either be support for passing no value for
SymbolKind
(hiding the icon, this is not happening at the moment) or support for defining customSymbKind
s.The text was updated successfully, but these errors were encountered: