Jason Imison

Results 189 comments of Jason Imison

If you are using snippeted completions, I think that you should use MethodHeader on the left, and ReturnType on the right.

The first issue is fixed now on the server. Don't know about the 2nd one yet.

I am assuming that SSMSv21 supports MEF if it is using the same editor as VS. I have no idea however if SSMSv21 has any support for extensions which would...

I just found this for an older version of SSMS. Maybe it helps https://stackoverflow.com/questions/55661806/how-to-create-an-extension-for-ssms-2019-v18

I'm sorry, but I have no experience with SSMS. Looking at this [extension](https://github.com/Timovski/CSVPaste/releases), it seems that just extracting the required assemblies into the folder that SSMS expects them to be...

This section contains some information about finding logs for an SSMS extension https://github.com/akarzazi/SSMSPlus?tab=readme-ov-file#troubleshooting

Lots of useful information [here](https://www.codeproject.com/Articles/1377559/How-to-create-SQL-Server-Management-Studio-18-SSMS) regarding debugging/logging if you haven't seen it already.