PowerCommands for Visual Studio 2012?

后端 未结 5 1318
醉酒成梦
醉酒成梦 2021-02-12 11:43

I see that PowerCommands for Visual Studio 2010 supports visual studio 2012, but it was last updated in Aug 2010. Is there a new \"PowerCommands for Visual Studio 2012\" or is t

5条回答
  •  庸人自扰
    2021-02-12 11:56

    Download the VS2010/2012 version from the VS Gallery.

    Unzip the .vsix to a folder (i.e. using the great 7zip), it's just a zip file.

    Edit the extension.vsixmanifest file and add this element after the 11.0 one:

      
        Pro
      
    

    Repeat for every future version of VS that comes out ;)

    Now re-zip the contents (files, not the root folder, so that the extension.vsixmanifest is at the root of the zip file, not within a folder), rename the zip file to .vsix, and double-click to install to all your newly supported editions.

    Enjoy!

提交回复
热议问题