Closed rjregenold closed 7 years ago
This is great! Thanks mate.
I've had an issue raised about this, but haven't had time to look at it myself yet. I'll test it out tomorrow and all going well, have it released before the end of the weekend.
Fixes #18
First, thank you very much for this extension. We use it at work and it's very handy.
I have never actually developed a Visual Studio extension before, but I took a quick stab at getting this extension working in Visual Studio 2017.
I followed the recommended solution for removing the COM references to EnvDTE and friends.
I also added Visual Studio core editor as a prereq. There may be additional components that are required, but this at least got the project building.
After making these changes, I was able to build and install this extension in Visual Studio 2017 and it works. I wasn't able to test it against any older versions.