You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Internal analyzer mutable state that could be updated while the analyzer is running keeping some kind of Dictionary<Range, TooltipContent>
API for querying this internal state that can be used by clients: Position-> TooltipContent list
The text was updated successfully, but these errors were encountered:
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:
Dictionary<Range, TooltipContent>
Position-> TooltipContent list
The text was updated successfully, but these errors were encountered: