Just a quickie question about MS Visual Studio Express editions. Can extensions like Jetbrains ReSharper or the Python Tools for VS be installed and made to work with the express editions of Visual Studio?
Asked
Active
Viewed 3,529 times
5 Answers
5
Unfortunately, No and No.
Re-sharper:
Express editions of Visual Studio do not support Add-Ins and extensions, so ReSharper doesn't work with them.
Source: Does ReSharper work with Visual Studio Express?
Python Tools for VS :
NOTE: you cannot install PTVS (or any extension for that matter) into the VS Express editions.
-
2PTVS does work with the (free) Visual Studio Shell, however. And there is a "PTVS Integrated" installer which packages both together conveniently, so that you get a one-click Express-like setup with Python. – Pavel Minaev Feb 15 '14 at 01:07
2
No.
Express editions of Visual Studio do not support Add-Ins and extensions, so ReSharper doesn't work with them.

Erik A. Brandstadmoen
- 10,430
- 2
- 37
- 55
0
As an update for 2016, PTVS can now be installed in VS Express Web or Desktop 2013/2015.
https://github.com/Microsoft/PTVS/wiki/PTVS-Installation#a-complete-and-perpetually-free-python-ide

tr00st
- 331
- 4
- 15