views:

34

answers:

3

Hi everyone. I'm looking for some Vs 2005-2008 Editor Tools like those one in NetBeans or Eclipse that auto insert a close bracket '}' or auto insert a line after an opening bracket '{'.

In general a tool that enhance the Editor. I know that resharper does some of the tricks but it is expensive for me.

+1  A: 

http://www.visualassist.com/

Kyle Alons
I've use Resharper but will test this.
GutierrezDev
+1  A: 

CodeRush is always a good choice, though it is not free.

There is already a question here where the differences between CodeRush and Resharper were discussed. It might help you.

Daniel C.S.
+1  A: 

You can take a look also on devexpress http://www.devexpress.com/Products/Visual_Studio_Add-in/Refactoring/

Or better on Visual Studio Gallery where you can find a lot of extensions http://visualstudiogallery.msdn.microsoft.com/en-us/

costin
Does devxpress has: auto insert of delimiters?
GutierrezDev