Extending a code completion (CompletionSourceProvider) for SQL Server Management Studio
Asked Answered
A

0

1

Following this I was able to extend a tool menu with a command to SQL Server Management Studio 18 with Visual Studio 2022 and downgrading Microsoft.Visual Studio.SDK to version 15.

But the standard sample provided by Microsoft for to display statement completion does not work. No errors in debugging and also the SSMS error log seems to have no related errors.

My code is exactly the same as the walk-through just downgraded the default SDK package to version 15 (It worked in VS2022) and changed the solution to work with SSMS, and didn't do the job there, although the command extension steal works!

Even the simpler one to customize text view does not work either in SSMS.

I have seen samples and opensource projects that do different things in SSMS 18 but no one is about text completion. Can anyone help?

Affront answered 29/12, 2022 at 16:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.