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

Please add Express Editions #5

Closed jmiller099 closed 11 years ago

jmiller099 commented 11 years ago

9/1/2013 9:10:02 AM - Found installed product - Microsoft Visual Studio Express 2012 for Windows 8 9/1/2013 9:10:02 AM - Found installed product - Microsoft Visual Studio Express 2012 for Windows Phone 9/1/2013 9:10:02 AM - Found installed product - Microsoft Visual Studio Express 2012 for Windows Desktop

It will not install under VS Express editions. Also I have express, so can not recompile to add myself. Thanks!

xps commented 11 years ago

Unfortunately from what I know it is not possible to develop extensions for Express editions. I know it is confusing because clearly some extensions can be installed on Express editions, especially NuGet, however, quoting a Microsoft employee in this forum thread:

Ryan MoldenMicrosoft (MCC, MSFT) Express is not extensible. NuGet is a Microsoft released extension, so it can run in Express. Not allowing extensions in Express is a business decision not a technological one.

I would be happy to add support for Express editions but I have no indication that it is possible. If would definitely look into it if someone could prove me wrong.