samvel1024
samvel1024

Reputation: 1163

Any other extensions for Visual Studio C++ 2010 express like Visual Assist X?

Any Alternative extensions for Visual Studio C++ 2010 express like Visual Assist X ?

Upvotes: 0

Views: 1770

Answers (1)

dtech
dtech

Reputation: 49279

I am personally not aware of any. I don't think VS2010 Express supports VAX to begin with.

Since you only mention C++ - if you want a decent FREE IDE with good "intellisense", auto-complete, refactoring, snippets and code generation (the hallmarks of VAX) - I recommend Qt Creator. It is originally intended for using with the Qt framework, but can be used standalone with any compiler you want. It is smaller and faster than VS, plus it is portable and has the advantage of being a fully fledged product, where VS Express is a cut down version.

Last time I checked, Eclipse was also doing well in this regard, but it is a little clumsy and heavy, probably because it is written in Java.

Upvotes: 1

Related Questions