Questions tagged [resharper-6.0]

Use this tag for version specific questions about ReSharper 6.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 2003, 2005, 2008 and 2010. Version 6.0 provides various improvements over previous versions such as:

  • Support for HTML, JavaScript, CSS, and Razor view engine.
  • On-the-fly code analysis for VB.NET.
  • An improved unit test runner.
  • Decompiling functionality to assist in figuring out the behaviour of third-party libraries.
  • Converting LINQ to loops.
  • Improvements in XAML support.
  • Colour highlighting for properties representing colours and code completion visualizing colours and brushes.
  • Import types for pasted code.
  • ReSharper suggestions explained.
  • Searchable code inspection severity options.

See also:

What's New in ReSharper 6.0

89 questions
0
votes
1 answer

Switch off ReSharper 6 Syntax Highlighting for specific file types

ReSharper has the habit of applying C# Highlighting to XAML files, meaning that every Node gets a Class Highlighting and so on. I'm looking for a way to fall back to my default ColorScheme, but only when editing certain types, XAML to be specific.
Sebastian Edelmeier
  • 4,095
  • 3
  • 39
  • 60
0
votes
2 answers

How to jump out from string value when using Resharper

I want to jump out from quotes. When I was not using ReSharper 'Tap' key helped to jump out from double quotes, but it is not working when using ReSharper. Of course I do not want to use right arrow key. Help please.
Ray
  • 4,038
  • 8
  • 36
  • 48
0
votes
1 answer

ReSharper set GoToNextHightlight to navigate to the errors first

ReSharper manages to find the errors without compiling but they don't seem to have higher priority than other hightlights . When I have a file with a lot of warnings (like unknown css class) I want to ignore, I can't use F12(go to next highlight)…
Ufuk Hacıoğulları
  • 37,978
  • 12
  • 114
  • 156
0
votes
1 answer

ReSharper 6.0 Conflicting with Symantec Endpoint Protection

ReSharper 6.0 seems to be conflicting with Symantec Endpoint Protection on my XP Pro SP3 machine at work. It causes the machine to automatically reboot after I randomly do things with ReSharper. If I uninstall 6.0 and install 5.1.3, I see no…
Dan Appleyard
  • 7,405
  • 14
  • 49
  • 80
0
votes
1 answer

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 - The system requirements for ReSharper 6.0 state that it will work on VS 2005 SP1, but it is not…
Dan Appleyard
  • 7,405
  • 14
  • 49
  • 80
0
votes
1 answer

Resharper 6 live templates for CQRS dev

There's been some chatter on the ddd-cqrs list about people using Resharper live templates to help take care of the boilerplate code that you get when doing CQRS dev. Is this the best way to overcome the boilerplate madness and does anyone have any…
user156888
0
votes
1 answer

Running setup and cleanup scripts in Resharper for MSTest

I have tests running with MSTest. I use the .testsettings to run setup and cleanup scripts, needed to execute tests well. We recently bought licenses for Resharper, and I'm trying to run the same tests using the test sessions in…
fra
  • 3,488
  • 5
  • 38
  • 61
0
votes
3 answers

How to prevent Resharper 6 "Error saving solution settings" dialog?

My team uses VS 2010 Ultimate with TFS and we recently upgraded to Resharper 6. Now every time I close my solution, I get this Resharper error dialog: No one else here seems to get this but me. Any idea what's going on?
Silkster
  • 2,190
  • 15
  • 28
0
votes
2 answers

Resharper 5 vs 6

Back when I had ReSharper 5 my files would have all kinds of syntax highlighting and a bar next to the scrollbar to the right. It was wonderful because it would highlight redundant imports and possible code smells, as well mark things in the bar…
0
votes
2 answers

Why is my style specification showing a ReSharper error?

I have a Razor layout MVC3 page as below:
Kiyoshi
  • 203
  • 4
  • 7
0
votes
1 answer

Running MbUnit tests within Visual Studio 2010, ReSharper 6, TestDriven.NET

I want to run a Hello World MbUnit test within VS 2010, like below: using Gallio.Framework; using MbUnit.Framework; using MbUnit.Framework.ContractVerifiers; namespace ClassLibrary1 { [TestFixture] public class TestFixture1 { …
Pingpong
  • 7,681
  • 21
  • 83
  • 209
0
votes
1 answer

Converting LINQ to loops in C# using resharper

I am using Resharper 6.1 and I am pretty sure there is a way to convert LINQ into the loops. They have listed that functionality as one of their version 6 features here. http://www.jetbrains.com/resharper/whatsnew/whatsnew_60.html#LINQtoLoops it…
Lost
  • 12,007
  • 32
  • 121
  • 193
0
votes
1 answer

after installing resharper 6 VS takes too much CPU time

I've upgraded Resharper from 5 version to 6 version. After that when I type something inside VS I do see "lags". I.e. text doesn't appear immediatly after key pressed. My CPU is pretty slow - it's Pentium U5400 However with Resharper 5 i didn't seen…
Oleg Vazhnev
  • 23,239
  • 54
  • 171
  • 305
0
votes
1 answer

auto formatting one lined statement to multi-line in visual studio

Here is a simple example of a one-lined IF statement. if(condition) something = "blah"; I find myself using them often for simple things, but later on while expanding the application, expanding them to a multi-lined if…
caesay
  • 16,932
  • 15
  • 95
  • 160
1 2 3 4 5
6