resharper
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 分类:问答How do I get rid of "Possible System.NullReferenceException" warnings when using LINQ and ReSharper?
Let\'s say I have the following code: public class Deck { [NotNull IEnumerable<Card> cards = new List<Cards>();[详细]
2023-04-04 23:39 分类:问答Does Resharper 5.1 Refactor (Refactor->Move) Correctly Notify AnkhSVN/maintain SVN history?
My dev environment is Visual Studio 2010, with Resharper 5.1.3000.12 and AnkhSVN 2.1.10129.17 installed.[详细]
2023-04-04 20:35 分类:问答Resharper multiline method invocation parenthesis alignment
Resharper is formatting multiline method calls like this: foo.Bar( x, y ); I would prefer it to align the closing parenthesis with the first line e.g.:[详细]
2023-04-04 02:37 分类:问答How to Set the Line Length for VS2010 Automatic line break
I use a wide screen and like to code in 16:9. So sometimes there is a string.Format... or 开发者_如何转开发whatever the is larger than the old 4:3 screen format. But VS does not want to use the avaiab[详细]
2023-04-04 01:39 分类:问答ReSharper key bindings problem
I use: Visual Studio 2010 Ultimate, Resharer 6. In ReSharper\'s options i choose Visual Studio keyboard sheme and click App开发者_Go百科ly Sheme:[详细]
2023-04-03 20:21 分类:问答ReSharper Member Rename Across Assemblies
I\'ve been a ReSharper user for close to a year and cant imagine working w/o it. But one thing I\'m trying to get it to do but cant find options to is when you rename a property have it make the updat[详细]
2023-04-03 20:08 分类:问答ReSharper - Resolving Razor views in separate assembly
I have an ASP.NET MVC 3 solution where some Views (and Controllers) are located in separate assembly (later on they are loaded via M开发者_C百科EF). This separate assembly is a Class Library project ([详细]
2023-04-03 07:31 分类:问答Change ReSharper Exception Intellisense
I currently am using the ReSharper tool (Version 6 Trial) and I\'m having some problems with the exceptions that it allows me to throw in its intellisense. For开发者_高级运维 instance, I want to be ab[详细]
2023-04-03 07:16 分类:问答Why does resharper not open a file when I click Ctrl+Shift+N?
For some reason VS2010 seems to intercept it and want to create a new project. How do I get round this 开发者_如何转开发problem?Sounds like you may need to reapply the ReSharper keyboard scheme.[详细]
2023-04-03 06:47 分类:问答