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

Rainbow ToolTips look different in VS2017 15.6 and up #233

Closed
tomasr opened this issue Mar 10, 2018 · 1 comment
Closed

Rainbow ToolTips look different in VS2017 15.6 and up #233

tomasr opened this issue Mar 10, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@tomasr
Copy link
Owner

tomasr commented Mar 10, 2018

On 15.6, Rainbow Tooltips look like this, with the extra unexpected border around:

image

This is related to the ongoing changes documented here. Seems that IIntellisensePresenterProvider is not supported anymore, and while there's a new API, it's pretty much impossible to support in Viasfora while still supporting older VS versions.

@tomasr
Copy link
Owner Author

tomasr commented Mar 14, 2018

Implemented a workaround to detect the lack of presenters, and result looks like this:
image

Not very pretty, but it's all that is supported.

@tomasr tomasr added this to the v3.9 milestone Mar 14, 2018
@tomasr tomasr closed this as completed Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant