resharper-5.0
Disabling resharper errors through vs config
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[详细]
2023-04-12 04:41 分类:问答Can I search by a reference name, solution-wise, to see in which projects it was referenced?
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百科[详细]
2023-04-05 00:14 分类:问答Resharper 5 vs 6
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[详细]
2023-03-25 19:05 分类:问答How can I change the default create view code generated by resharper via the "View action list -> create view"
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).[详细]
2023-03-19 11:44 分类:问答Full path name of the current file using the ReSharper open API
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.[详细]
2023-02-25 11:57 分类:问答Adding to ReSharper's 'Related Files' list
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开[详细]
2023-02-17 01:57 分类:问答Prevent Resharper "Possible Null Reference Exception" warnings
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.[详细]
2023-02-14 15:52 分类:问答resharper search with pattern for using(... new System.Data.Linq.DataContext)
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\'.[详细]
2023-02-11 20:07 分类:问答Is it possible to sort code via Resharper?
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...).[详细]
2023-02-11 02:25 分类:问答ReSharper - Conditional Compilation XML comment errors
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>[详细]
2023-01-31 13:28 分类:问答