Installed products
Description
Project Completion_Tooltip_Customization does not work.
Steps to recreate
A:
- Open the solution with Vs 2022.
- The compilation will fail.
B:
- Create a new VSIX project with VS 2022.
- Copy CompletionTooltipCustomization.cs file into that project.
- Add necessary assembly references from NuGet.
- The project compiled.
GetUIElement is never called.
Current behavior
Does the extension point of IUIElementProvider<Completion, ICompletionSession> exists in VS 2022 any more?
Is it gone?
What's the substitution?