Questions tagged [resharper-7.0]

Use this tag for version specific questions about ReSharper 7.0 - the refactoring and productivity extension for Visual Studio by JetBrains. When using this tag also include the more generic [resharper] tag where possible.

ReSharper is a refactoring and productivity extension by JetBrains that extends native functionality of Microsoft Visual Studio 2005, 2008, 2010, and 2012. 7.0 includes additional improvements over 6.1 and brings support to Visual Studio 2012.

18 questions
1
vote
1 answer

How do I stop ReSharper from placing "x => new" on a new line?

I know this is a fairly small detail, but for some reason it's incredibly annoying to me and I cannot figure out how to correct it (I've looked at the "Line Breaks and Wrapping" options). Here's how I like this code formatted: var reps =…
AJ Tatum
  • 653
  • 2
  • 15
  • 35
0
votes
1 answer

How can I change the style of warning on resharper? (want to get rid of curly underline)

Whenever I open legacy or third party code that does not comply with my stylecop settings I get loads of blue underlines (warnings). This makes it quite hard to read the code as it adds a loads of line noise. Is there a way of changing this curly…
rui
  • 11,015
  • 7
  • 46
  • 64
0
votes
1 answer

ReSharper does not recognize custom qunit tests

I want to use ReSharper to run my javascript unit tests. But I don't get ReSharper to detect my custom test functions. customTest("my test", function() { // do some stuff to test my code ok("The test run successfully"); } function…
Kuepper
  • 992
  • 13
  • 39
1
2