May 21 2009

free "alternative" to resharper by DevExpress

Category: zvolkov @ 10:29

For C#: http://www.devexpress.com/Products/Visual_Studio_Add-in/CodeRushX/

For VB: http://www.devexpress.com/Products/Visual_Studio_Add-in/VBRefactor/

While it’s far from Resharper in terms of features, it does have little gems not present in R#.
My personal favorite is “Tab to Next Reference” where you press Tab to highlight and jump to next occurrence of the identifier under cursor.

See http://msdn.microsoft.com/en-us/vcsharp/dd218053.aspx for more examples with screenshots.

Tags:

Comments

1.
David David says:

Tab to next reference? R# = ctrl+shift+F7, ctrl+shift+up/ctrl+shift+down.
see: www.jetbrains.com/.../navigation_search.html

2.
zvolkov zvolkov says:

I know about ctrl+shift+F7, it's neat but still not as intuitive as DevExpress' Tab. What's ctrl+shift+up/ctrl+shift+down? Seems to not do anything in IDEA keymap I use.

3.
łuki bloczkowe łuki bloczkowe says:

Cool blog, what template do you use ?

Comments are closed