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

Project Completion_Tooltip_Customization no longer works for VS 2022 #284

Open
wmjordan opened this issue Jun 30, 2023 · 0 comments
Open

Comments

@wmjordan
Copy link

Installed products

  • Visual Studio 2022 17.6

Description

Project Completion_Tooltip_Customization does not work.

Steps to recreate

A:

  1. Open the solution with Vs 2022.
  2. The compilation will fail.

B:

  1. Create a new VSIX project with VS 2022.
  2. Copy CompletionTooltipCustomization.cs file into that project.
  3. Add necessary assembly references from NuGet.
  4. The project compiled.
  5. 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant