Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to return tooltips from analyzer #20

Open
Krzysztof-Cieslak opened this issue Apr 7, 2020 · 0 comments
Open

Add ability to return tooltips from analyzer #20

Krzysztof-Cieslak opened this issue Apr 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Krzysztof-Cieslak
Copy link
Member

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 Krzysztof-Cieslak added the enhancement New feature or request label Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant