Can anyone please tell me what is the main use of visual assist? Does it really help?
Asked
Active
Viewed 258 times
2 Answers
4
It's a plugin for Visual Studio that gives you better code completion and other productivity features (e.g. code refactoring and better find/replacing). I find VS unusable without it so I would really recommend it.

TheJuice
- 4,434
- 2
- 26
- 36
2
As TheJuice said. However, bare in mind that the usefulness of it depends on your programming language. I use it heavily when I'm writing C++ code. If I'm writing C# code, Resharper is my tool of choice.

Dan
- 5,692
- 3
- 35
- 66
-
@sean - oops, yes I did! That's what I get for doing 5 million things at the same time ;-) – Dan Jan 14 '11 at 09:44