LanguageServer.jl icon indicating copy to clipboard operation
LanguageServer.jl copied to clipboard

Support for Semantic highlight/token

Open GrayJack opened this issue 4 years ago • 2 comments

If the language server implements semantic highlighting there some theming advantages to semantic tokens that users and theme-makers could use, like:

  • Function parameter names can be highlighted differently within the function body
  • It's possible to add several modificators for tokens to could be used to colorize differently for better context (example: a const variable can have a const modifier and colorized differently as a constant color of the theme)

GrayJack avatar Nov 15 '20 23:11 GrayJack

+1

hellmrf avatar Apr 24 '21 01:04 hellmrf

Thank you for your work on this @FelipeLema . I was unsuccessful in figuring out how to switch my extension to your fork, so I'll wait for the PR. Can't wait to try it!

evanphilip avatar Nov 02 '22 11:11 evanphilip