ionide / ionide/FSharp.Analyzers.SDK
Add ability to return tooltips from analyzer
Open
enhancement
- Dominant language
- F#
- Stars
- 85
- Forks
- 28
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 20
Description
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`
2. API for querying this internal state that can be used by clients: `Position-> TooltipContent list`
Contributor guide
Assessment
This issue has not been assessed yet.