FsAutoComplete icon indicating copy to clipboard operation
FsAutoComplete copied to clipboard

[WIP] Add semantic highlighting modifiers based on symbol declaration location

Open Krzysztof-Cieslak opened this issue 2 years ago • 0 comments

Requires bunch of more work which I'm not sure I'm bothered enough to do:

  • [ ] Write actual classifier rather than proof of concept I've done (TODO in DeclarationLocationClassifier.fs file)
  • [ ] Disable feature by default (TODO in LspHelpers.fs file)
  • [ ] Support setting multiple declaration locations qualifiers at the same time (something may be external and FSharpCore at the same time, we can send both modifiers to the client so users have control over how they want it displayed)

Example usage - symbols coming from FSharpCore are underlined: Screenshot 2022-01-13 230953

Krzysztof-Cieslak avatar Jan 13 '22 22:01 Krzysztof-Cieslak