Override completion tooltip
Currently it is possible to override the default Quick Info, is it possible to override the completion tooltip?
@fitdev
After years' development, I managed to make a dent into this issue. The gate to customization of completion tooltip is now open.
That is awesome! Great work! Have been waiting so long for this!
The override works very well in VS 2017. Unfortunately, in VS 2022, things work differently. The override has no change to get into play. Can someone provide any information on how to replace the existing completion tooltip?
It seems that those VS guys have for some reason removed the extension point and it is impossible to override the completion tooltip without reimplement the auto-completion 😢
Too bad. Hopefully in the future versions they will add something back that will allow overriding it.
I've opened an issue here: https://github.com/microsoft/VSSDK-Extensibility-Samples/issues/284 and here: https://github.com/microsoft/vs-editor-api/issues/48 and here: https://developercommunity.visualstudio.com/t/IUIElementProvider-no-longer-works-for-V/10409890 <- please upvote for the missing feature.
Just did it. Hopefully they can address the issue.