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:
When using the Agent Smith plugin for ReSharper, I get 开发者_高级运维the warning \"Enums that are not flags should not have plural names\" for an enum that ends in Status. For example:
So Jeff Atwood rightly complained about Visual Studio not performing background compilation see: http://www.codinghorror.com/blog/2007/05/c-and-the-compilation-tax.html
We have a team of 40+ engineers working on a common code base. We\'re using resharper, and have been sharing our suggested settings by having a \'definitive\' configuration file emailed out which peop
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
Is it possible to set option that for example: I have object Object1 After typeing a dot after it there are displayed all properties methods, event and so on
Resharper 5\'s new pattern matching seems very powerful, though it takes a bit of tinkering to work out how to use it.
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
When I start typing a try/catch block, ReSharper causes it to be expanded from try { to try { } catch(Exception)
Running solution with 开发者_运维百科VB.NET & C#, ASP.NET, VS 2008 with ReSharper 5 Most of the time, ReSharper is working (redundant code grayed out, squiggles, etc.)