e.g. alt enter -> context menu -> Find all \'Redundant name qualifier\' issues -> but now in the new window that lists all those issues in my project, is ther开发者_运维问答e a way to fix them all ? (
I uninstalled ReSharper 6 recently. Now, if I look at any code analysis ruleset it won\'t display any other info than the ID (e.g. CA1001). The name and all other infos are shown as \"unknown\" and th
I have this very annoying problem that in Razor Views the开发者_C百科 Enter, Backspace and the navigation keys frequently do not respond. I have to restart VS to get it back to normal again. Am I miss
There\'s a question on SO about \"possible multiple enumerations\" already, but this question is more specific.
Assuming we have to stay on Windows XP x86, what would be the best spec for working in Visual Studio 2010 with ReS开发者_如何学Pythonharper, PowerTool and a couple of other smaller add-ons?
Let\'s say I have the following function: public IList<string> Foo() { // code goes here } I\'m used to being able to type in return new and as soon as I hit [SPACE], Intellisense pops up and
I have a class that i am inheri开发者_如何学Cting from and the methods i override should have the same comments as the base. Does resharper have an option to copy them?In addition to the above mention
Code before the changes: List<ProductBrandModel> model = brands.Select(item => Mapper.Map<ProductBrand, ProductBrandModel>(item)).ToList();
We are doing some major refactoring and in the course of that we are moving a lot of files. We use ReSharper which makes this 开发者_运维百科(relatively) painless as it updates all uses everywhere whe
I just defined a live template under \"User Temp开发者_如何学运维lates\", however, typing the \"shortcut\" + TAB isn\'t doing anything useful.