resharper
Resharper (Find and) fix all issues at once
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 ? ([详细]
2023-04-02 05:20 分类:问答Code analysis not working after ReSharper uninstall
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[详细]
2023-04-01 19:03 分类:问答Enter., Backspace and the navigation keys not responding in Visual Studio 2010 w/ Powertools/Resharper
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[详细]
2023-04-01 07:26 分类:问答Even "IsNullOrEmpty" checks give "Possible multiple enumeration of IEnumerable" warnings
There\'s a question on SO about \"possible multiple enumerations\" already, but this question is more specific.[详细]
2023-03-31 14:13 分类:问答PC Spec for running Visual Studio 2010 + ReSharper smoothly
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?[详细]
2023-03-31 12:56 分类:问答Default VS2010 IList type in Intellisense/ReSharper
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[详细]
2023-03-31 08:18 分类:问答Can Resharper Copy XML Comments from Base Class
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[详细]
2023-03-31 03:28 分类:问答What is this ReSharper snippet 'convert to method group' actually doing?
Code before the changes: List<ProductBrandModel> model = brands.Select(item => Mapper.Map<ProductBrand, ProductBrandModel>(item)).ToList();[详细]
2023-03-31 01:41 分类:问答TFS version control - File deleted, added - how do we tell TFS it was a move?
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[详细]
2023-03-31 00:33 分类:问答resharper 6 live live templates
I just defined a live template under \"User Temp开发者_如何学运维lates\", however, typing the \"shortcut\" + TAB isn\'t doing anything useful.[详细]
2023-03-28 16:56 分类:问答