resharper-5.0
How to use Resharper to localize XAML strings
I use Reshaper 5.1.1 to extract strings to resource files in my Silverlight app. I want to be able to extract strings in my XAML (like Content or Text properties) - but the Move option under Resharper[详细]
2023-01-29 03:51 分类:问答How to make Resharper place blank lines after { in c#
Does anyone know how to make Resharper add blank lines after brackets when performing code cleanup? I want to make the following code[详细]
2023-01-15 13:19 分类:问答If I turn off ReSharper 5's IntelliSense, what am I missing?
During my trial of ReSharper 5, I noticed its version of IntelliSense falls behind Visual Studio 20开发者_Python百科10\'s in three ways that were key to me:[详细]
2023-01-14 08:27 分类:问答How can I tell ReSharper to stop creating readonly fields?
This question is similar, but my question seems to get asked in an unanswered comment. I create a C# class.I use alt-insert to add a constructor.I add an argument to the constructor, and then I use a[详细]
2023-01-12 20:53 分类:问答Force Resharper to open designer when navigating with CTRL+SHIFT+T
When I press CTRL+SHIFT+T dialog for file search pops up, I find file I\'m interested in, an开发者_如何转开发d when I press Enter - if file is .resx or .dbml - it\'s opens in text editor. Can I force[详细]
2023-01-12 02:39 分类:问答C# how to treat Resharper errors as compile errors in msvs 2010?
I want to treat resharper 5.0 error \"Possible NullReference Exception\" as MSVS 开发者_StackOverflow社区2010 compile error. Is it possible?Update, since it seems people are still finding this answer:[详细]
2023-01-09 14:58 分类:问答ReSharper 5 Search with Pattern
I just recently ran into the \"Search with Pattern\" tool in the new开发者_Python百科 ReSharper.[详细]
2023-01-09 11:35 分类:问答ReSharper 5.0 choking on strong-typed view model that's located in same project
I\'m using VS2010, ASP.NET MVC 2, and ReSharper 5.0.When I create a new view that\'s typed off of a model from the same project as my view, ReSharper doesn\'t see the reference to the model.[详细]
2023-01-08 15:37 分类:问答How to tell ReSharper to use C# 2.0 spec in code issues?
I\'ve begun using ReSharper and really enjoy it. However I have a project which must use C# 2.0 specs. Is there anyway to get ReSharper to base its suggestions off of the 2.0 spec? I keep getting thes[详细]
2023-01-07 11:57 分类:问答Resharper 5 - are speed & memory bloat issues solved?
I am on Resharper 4.x and VS2008. R# seems to slow down the living crap out of VS2008.And o开发者_运维问答f course, the memory usage can easily go to 500MB on a middle of the road Winforms solution w[详细]
2023-01-07 00:31 分类:问答