-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Migrate to the new async QuickInfo API #24094
Comments
refer #20554 while doing this |
Spec document for IDE Async Quick Info support can be found here: https://microsoft.sharepoint.com/:w:/t/DD_VSIDE/EZ86OPBZuwlMqOfXkF4bn7oBlOoTZhWjaHu2mDV0Tr-HHg?e=c68c0c69ee8c488d8a364ab33bc1d6fc Please reach out with any questions. |
Are we sure we want to delay this to 15.7? There is a quick info flicker regression that resulted from the underlying API change that regresses the user experience in lightbulb. The problem is that the new API does not support recomputation of the content of an already visible quick info tip, but Roslyn relies on this behavior to not block the UI thread. The flicker tends to occur when querying quick info over an error squiggle. |
I can't seem to read that doc. Is it limited to only teh MS organization? Any way that could be made public? |
Sure! I'll try to put it up tomorrow. |
Alright, it's up: Modern Quick Info API for porting the quick info provider and Modern ToolTip API for information about the tooltips APIs upon which they are based. A few things to look out for:
Let me know if you need any more info. |
Since VS 2017 15.6 the editor supports new async/cross-IDE QuickInfo. IQuickInfo* API is now deprecated.
This issue tracks migrating Roslyn to the new async QuickInfo API.
The text was updated successfully, but these errors were encountered: