tags:

views:

771

answers:

5

I'm new in ReSharper - I found it very useful but also noticed some gaps I'd like to fill.

I wonder to know
1) what ReSharper's plugins you use.
2) what missing functionalities you are extremely interested to have in inside?

From my side:

PLUGINS:
A) spell check my XML comments (have to use Agent Smith)

LACK OF FUNCTIONALITIES
a) numbered bookmarking (Deplhi-like) (forced to use DPack)
b) right align variables / operands (as described here)
c) possibility to collapse all projects in solution browser (again need use DPack)

+2  A: 

StyleCop for ReSharper provides Alt + Return correction of StyleCop guideline violations.

The Chairman
+2  A: 

AgentJohnson and AgentSmith provide lots of goodies to R#; I tried also a plugin for NHibernate HBMs but is not that good.

Nicolas Irisarri
+4  A: 

There's one plugin for R# that is completely different from any other plugins. It's called WhySharper and it dovetails R# and this very site, stackoverflow.

Quite often, people ask questions as "why R# recommends this" and "why R# suggests that". With WhySharper installed, you can quickly get complete and detailed explanations to pretty much anything - directly from your Visual Studio! - or ask for an explanation if it's missing.


A bit more details at my blog here.

andreister
A: 
  • numbered bookmarking -- will be in ReSharper 5
  • right align variables / operands -- unlikely
  • possibility to collapse all projects in solution browser -- available since ReSharper 4.5
Ilya Ryzhenkov
Thanks for response - re collapsing - I've really missed it! ThanksRe ver 5 - what's your release time estimation? And - is it somewhere planned features list available?
Maciej
A: 

I think we could have the feature for structure highliging and region painting as in DevRush

Renuka

related questions