


Visual assist resharper full version#
If you're a non-university student or your university doesn't provide MSDNAA you can still download a full version from DreamSpark. If you're a university student you can probably download a full copy from MSDNAA.

In Visual Studio 2012 or earlier you'll need a full version of Visual Studio, not one of the express editions.
Visual assist resharper code#
Resharper and Visual Assist are nice to have around - I occasionally flip on CodeRush for some of it's better refactorings, but most of the time leave it off because Visual Assist X's code completion assistance is better.ĭo keep in mind that installing any such plugin requires running the IDE in Integrated Mode (rather than Isolated Mode). Note that as of, CodeRush has deprecated their C++ support. While not quite as good for C++ as Resharper is for C#, Whole Tomato makes a product called Visual Assist X which handles C++ and does it in a reasonably performant manner.ĭeveloper Express also makes CodeRush, which provides more features than Visual Assist, but which is also a much harder drain on your computer, and also which occasionally makes mistakes - most constructs using macros won't work correctly with CodeRush. Code Understanding Make sense of complex code, or code you haven't touched in a long time, with an assortment of tool windows, browsers, and fields that provide information where and when you need it. Update: The JetBrains are working on Resharper for C++. Visual Assist suggests completions only if they save you serious typing, and quietly fixes mistakes in your wake.
