resharper
Apply a context action to an entire file
Is there any way to make Resharper apply a context action at every applicable site in a file? In particular, in order to comply with coding standards, I 开发者_如何学JAVAwish to apply \'Specify type[详细]
2023-03-24 06:30 分类:问答Is there a ReSharper shortcut to find all instantiations of a certain type?
For example: ..开发者_高级运维. new MyClass(); ... new MyClass { ... }; If I\'m lucky: ... Activator.CreateInstance<MyClass>();[详细]
2023-03-24 02:46 分类:问答Multiple closures and ReSharper's "Access to Modified Closure" Warning
I\'ve got code like the following: private void SetupCheeseShop(Button buyCheese, Button spoilCheese) {[详细]
2023-03-24 01:55 分类:问答Moving from coderush to resharper
I am about to make the switch to resharper from coderush after using it for 30 days and have some questions I would like to see if I can get some help on.[详细]
2023-03-23 12:29 分类:问答ReSharper confused my visual studio - reset visual studio with defaults
I used ReSharper in order to do some tasks and after uninstalled it because it confused me (all the highlights ad the quick links.. I prefer the default behaveior of visual studio).[详细]
2023-03-23 07:02 分类:问答What is the correct way of code comments in JavaScript
What is the correct way of code comments in Javascript - is the same syntax as in Java? And which tools actually would take advantage of these comments:[详细]
2023-03-23 05:14 分类:问答ReSharper - Is there any way to save code quality recommendations to a file?
I\'m probably using the wrong terminology but basically I would like to dump the findings from the panel to the right of the scrollbar to a file for later review. See the screenshot below for what I m[详细]
2023-03-22 01:26 分类:问答Javascript code analysis and constants
Given there is no cross browser const in Javascript and most of the work-arounds are more complex than I care for, I am just going to go with the naming convention of THIS_IS_A_CONSTANT.All well and g[详细]
2023-03-21 04:12 分类:问答Autocompleting initializer with Resharper 6 in Visual Studio 2010
I was wondering if there is any way to 开发者_如何学编程shortcut the process of object initialization with VS 2010 and Resharper (6). When presented with the yellow tool tip below I\'d like to have it[详细]
2023-03-20 06:29 分类:问答Why does ReSharper's test runner ignore ExpectedException?
when I run the following example with the debugger in Visual Studio 2010 (using TestDriven.NET), I get a pass, but when I run it with the ReSharper test runner, I get a fail. The test is written with[详细]
2023-03-20 02:19 分类:问答