0

Can anyone please tell me what is the main use of visual assist? Does it really help?

skaffman
  • 398,947
  • 96
  • 818
  • 769
adir
  • 1,257
  • 2
  • 16
  • 22

2 Answers2

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.

http://www.wholetomato.com/

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