PDA

View Full Version : Visual Studio Plugins... Discuss



Blueaura
09-21-2009, 04:52 AM
Are there any Visual Studio Plugins you use? If so what are they and what do they do.

okidoki
09-21-2009, 05:55 AM
Hi,

I use Visual Assist X (must have), and if using LUA tolua++ (Lua -> C bind) with VS2008 TA :)

Regards.

MyZt
09-21-2009, 06:06 AM
Yes, VisualAssistX is wonderful.

learn_more
09-21-2009, 06:12 AM
ankhsvn, to get svn support in visual studio :)

http://ankhsvn.open.collab.net/

Chazwazza
09-21-2009, 10:02 AM
AnkhSVN, Visual Assist X, and the VMWare Debugging extension.

d1spatch
09-21-2009, 11:33 AM
Visual Assist X, VMWare Debugging extension and probably from now on AnkhSVN. ;)

Does anyone know a good plugin (or external tool with appropriate code analysis features) to document a MSVC project? Like info for each function, params, usage, return values, ...

I tried a few but they did not seem to work, especially not with native C/C++ code.

Absolution
09-21-2009, 11:34 AM
VS can generate xml documentation from the source that can in turn be transformed into html/whatever format

http://msdn.microsoft.com/en-us/library/ms177226(VS.80).aspx

Unknownhacker
09-21-2009, 01:27 PM
CodeRush with Refactor Pro.

Sleepz0r
09-21-2009, 04:29 PM
yasm

true
09-21-2009, 06:34 PM
JetBrains ReSharper - the best refactoring/productivity plugin ever!

unfortunally for C# only :(

zhap
09-21-2009, 07:07 PM
visual assist is like the best thing ever but I heard it's not of much use with vs 2010, is that true?

syntroniks
09-21-2009, 07:13 PM
vs2010?

wut? Geez I thought 2008 was new

K@N@VEL
09-21-2009, 08:08 PM
visual assist is like the best thing ever but I heard it's not of much use with vs 2010, is that true?

Well i'm pretty sure VS 2010 comes default with Visual Assist so i dont think its needed since its already integrated.

MyZt
09-22-2009, 12:51 AM
Well i'm pretty sure VS 2010 comes default with Visual Assist so i dont think its needed since its already integrated.Why would it come with an third-party plugin integrated?
Has WholeTomato sold out to Microsoft?

v3n0m4
09-22-2009, 04:15 AM
i use
visual assist x
version increment (http://www.codeproject.com/KB/macros/IncVersionVC8.aspx)

Chazwazza
09-22-2009, 04:25 AM
Well i'm pretty sure VS 2010 comes default with Visual Assist so i dont think its needed since its already integrated.

No it doesn't. Or at least, not in any public builds.

Also, unless Microsoft have licensed it (which I have not heard of so I doubt it's true) that's not going to happen.

In short: No, you're almost certainly mistaken.

deadnesser
09-22-2009, 10:00 AM
http://en.wikipedia.org/wiki/IntelliSense

This is all it comes with except its highly upgraded in 2010. No addons here =\

Absolution
09-22-2009, 10:02 AM
http://en.wikipedia.org/wiki/IntelliSense

This is all it comes with except its highly upgraded in 2010. No addons here =\

IntelliSense has been in VS since . . . well, as long as I can remember.


VAX will probably still have a lot of features that aren't included in VS2k10.

learn_more
09-22-2009, 10:37 AM
i found VAX to work pretty good,
however it tends to slow down vs 2005 alot :(

deadnesser
09-22-2009, 12:48 PM
IntelliSense has been in VS since . . . well, as long as I can remember.


VAX will probably still have a lot of features that aren't included in VS2k10.

Its got more of a spellchecking feel from word now.
example

int rawr;

rawrw++;

The line rawrw would instantly have a red underline indicating theres an error, when hovering over it, the error would appear and you could easily spot your mistake and such.

Absolution
09-22-2009, 01:07 PM
Its got more of a spellchecking feel from word now.
example

int rawr;

rawrw++;

The line rawrw would instantly have a red underline indicating theres an error, when hovering over it, the error would appear and you could easily spot your mistake and such.

Oh, ya, I've seen that before. Its just like C# when it comes to the IDE basically.

Xeno123
09-22-2009, 01:14 PM
IntelliSense has been in VC since VC6.

deadnesser
09-22-2009, 02:25 PM
IntelliSense has been in VC since VC6.


http://en.wikipedia.org/wiki/IntelliSense

This is all it comes with except its highly upgraded in 2010. No addons here =\

:|

P47R!CK
09-22-2009, 08:25 PM
I use VAX, DemoDashboard, IntelliSense Presenter, Viva64 and Code Style Enforcer.

peterslone
09-23-2009, 04:14 AM
va for addon , extra tools : softice , hiew and notepad 2 tsearch as well , very fast for debugging crashes. , olly , ida.

v3n0m4
09-24-2009, 01:27 AM
va for addon , extra tools : softice , hiew and notepad 2 tsearch as well , very fast for debugging crashes. , olly , ida.

saddly softice do not works on vista/windows7
notepad 2 is indeed a great text editor but im addicted to ultra edit 32,
and ofc ida+hexray and also olly.