FSharp.Analyzers.SDK icon indicating copy to clipboard operation
FSharp.Analyzers.SDK copied to clipboard

Add ability to return tooltips from analyzer

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

It would be interesting to have the possibility to return tooltips from the analyzer. I haven't thought about it much yet but it seems it would require:

  1. Internal analyzer mutable state that could be updated while the analyzer is running keeping some kind of Dictionary<Range, TooltipContent>
  2. API for querying this internal state that can be used by clients: Position-> TooltipContent list

Krzysztof-Cieslak avatar Apr 07 '20 19:04 Krzysztof-Cieslak