resharper
How to set-up ReSharper so that it jumps to .aspx but not to .Designer.cs on F12 hit?
Is there a way to set-up RESharper so that when I am on code-behind and when my cursor is on an aspx element if I hit F12 (Go to decleration) it开发者_如何学运维 jumps to aspx markup page but not to D[详细]
2023-04-13 03:25 分类:问答Select ReSharper recommendation without using arrow keys
Assume I have the following.. public void DoSomething() { var foo = 1 + bar; } If I type var b ReSharper will recommend bar for the variable name.The problem then is that I need to press the down k[详细]
2023-04-12 17:00 分类:问答extract superclass from multiple classes and derive from it
I want to refactor multiple classes that I think should derive from one base class. How to properly accomplish this refactoring using ReSharper 6 ? I can extract superclass from one of the classes, b[详细]
2023-04-12 15:15 分类:问答Why is VS 2005 SP1 not recommended for ReSharper 6.0?
I have already asked this question in the JetBrains forums, but I find that questions are usually answered quicker here than there, so here goes -[详细]
2023-04-12 15:12 分类:问答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 分类:问答Is Resharper unnecessarily warning me about Access to modified closure here?
...so I have this code: foreach (var entry in list) { var marginOneEntry = otherList.FirstOrDefault(p => p.Margin == entry.Margin);[详细]
2023-04-11 22:23 分类:问答Replace usage of a class in a specific project
I\'m using VS2010 with Resharper 5.1. I have two projects, a library project (Lib) and an application project (App), App references Lib.[详细]
2023-04-11 07:39 分类:问答Resharper 6.0 code analysis and font configuration unavailable
After I uninstalled Resharper 5.0 and installed the latest 6.0, code analysis stopped working on VS 2010 (on vs 2008 it still works).[详细]
2023-04-10 13:20 分类:问答Why am I getting the ReSharper error "The extracted code has multiple entry points"?
I am using the ReSharper to re-factor my code. When I try to move a block of code to the method, I get the following warning:[详细]
2023-04-10 02:40 分类:问答Opening multiple types quickly with ReSharper
There is an \'open type\' feature that supports wild card searching, and it would be very convenient to be able to open several in the list at once rather than running the same command n times in orde[详细]
2023-04-10 02:21 分类:问答