We are using resharper in our project, but based on our pattern and pratices we follow different naming conventions for classes,variables and so on. B开发者_C百科ut we still need to use resharper, is
Is there any possibiliy to searh the whole solution to see a particular refrence\'s usage? Let\'s say, can I see in what projects the reference \"Xyxyxyxy.dll\" is referenced? 开发者_Python百科
Back when I had ReSharper 5 my files would have all kinds of syntax highlighting and a bar next to the scrollbar to the right. It was wonderful because it would highlight redundant imports and possibl
I am using Resharper 5, I like to create views by clicking on the red lightbulb then choose Create View from the action list (for example screenshot see http://i.stack.imgur.com/3CyEM.png).
I am new to ReSharper and was trying to write some simple plugins. I wanted to try to get full path of the file I am currently using.
From version 5.0 onwards, ReSharper offers a \"Go To Related Files\" navigation which offers a list of files that R# thinks are related to the file currently being edited: for example, base types, d开
Let\'s say I have an interface with a read-only property and and a concrete class where the property is instantiated in the construc开发者_开发知识库tor and marked as read-only.
I am attempting to search for using (var context = new $DataContext$()) where DataContext is any class that extends System.Data.Linq.DataContext using Resharpers \'Search with Pattern\'.
CodeRush has this nifty plugin called cr_ClassCleaner that allows me to sort the elements in the class (e.g. 开发者_StackOverflow中文版methods, private variables, etc...).
If I have the following code... #if Poc开发者_Go百科ketPC /// <summary>Indicates whether usage of the Windows Mobile 5.0+ GPS intermediate driver is allowed.</summary>