xps / VSTextMacros

An extension for Visual Studio 2012-2022 that brings back support for macros in text/code editors
https://marketplace.visualstudio.com/items?itemName=XavierPoinas.TextMacrosforVisualStudio201220132015
Other
69 stars 20 forks source link

Add official support for Visual Studio 2017 #22

Closed ygoe closed 7 years ago

ygoe commented 7 years ago

There's one report on the Marketplace page that says it already works, only the manifest needs to be updated. I have just tried it and it works well in VS 2017. (The compatibility warning on installation is normal and can be ignored. Other extensions have it as well.)

xps commented 7 years ago

I thought I could just update the target version in the manifest file. Indeed it installs and works fine on VS 2017 (albeit with a warning). However, the Marketplace does not let me upload the VSIX.

This extension targets Visual Studio 2017 but was not built with an up-to-date VSSDK. Please make sure to update your references and try uploading again. Note: you'll also need to add Prerequisites to your extension.vsixmanifest.

I guess I'll have to update the manifest to v3, hopefully while maintaining backward compatibility.

xps commented 7 years ago

I updated the project and the version now online on the marketplace supports VS 2017.