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?