Questions tagged [resharper-8.0]

Use this tag for version specific questions about ReSharper 8.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 executes solution-wide static code analysis (error detection on-the-fly, without the need to compile), provides additional features for error correction, code completion, navigation, search, syntax highlighting, formatting, code generation and optimization, carries out 40 automated refactorings, and streamlines unit testing using NUnit and MSTest, among other features.

ReSharper 8 was released in july, 18th 2013 and add support for Visual Studio 2013 Preview while preserving compatibility with previous versions of the IDE, namely Visual Studio 2005, 2008, 2010 and 2012

105 questions
0
votes
1 answer

JetBrain Resharper - Move Type to Another File drop down menu not showing

I am following guidelines given at This location, this link mentioned that "Move to Another File" option will be displayed, but I did not see it. I am using latest version as - JetBrains ReSharper 8.2.2 Full Edition Build 8.2.2000.5102 with visual…
Omkar
  • 2,129
  • 8
  • 33
  • 59
0
votes
1 answer

How to create custom extension point in ReSharper plugin

We are working on plugin for ReSharper and we want to make our plugin extensible. Seems, we should use ShellComponent attribute to do it but we can not find any examples. Could anybody enplane how to define custom extension point and how to manage…
gsv
  • 277
  • 1
  • 9
0
votes
2 answers

Resharper NUnit tests failing with Unity

When running NUnit unit tests within Resharper, I'm getting the following error: SetUp method failed. SetUp : System.IO.FileNotFoundException : Could not load file or assembly 'Microsoft.Practices.Unity, Version=2.0.414.0, Culture=neutral,…
Rebecca
  • 13,914
  • 10
  • 95
  • 136
0
votes
1 answer

VS2010 redgate reflector and resharper

Is it possible to use the Redgate .Net reflector along with ReSharper in Visual Studio 2010? We are using the reflector at the moment and are in the process of finalizing the purchase of the ReSharper but we just want to make sure that the two can…
0
votes
1 answer

NUnit extremely slow under Visual Studio when using combinatorial attribute

My set up is NUnit (latest, 2.6.something), VS13 with R#8 and Win7. I noticed to my great surprise that when I'm using the attribute Combinatorial, the IDE gets extremely, painfully slow. We're talking waiting at the greyed out window of VS for a…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
0
votes
1 answer

Unindent and move to previous line

Let's say I have the following two lines of code, where - represents whitespace, and | represents my cursor. var foo = FooBarBaz----------------- --------------|.Xyzzy Using Resharper 8.0 with Visual Studio 2013, how can I remove all the indicated…
Matthew Piziak
  • 3,430
  • 4
  • 35
  • 49
0
votes
1 answer

When creating a Resharper template, can you get a macro parameter to select from a list of enum values?

I am creating a ReSharper template and need to add a macro that sets a value which can only be selected from an enum. Is it possible to do this in ReSharper? I have a command named $AUTHOR$ and I need it to resolve to EnumAuthors.?? Where ?? is…
TortillaCurtain
  • 501
  • 4
  • 18
0
votes
0 answers

Visual Studio and Resharper showing error intermittently

I see VS2012 and Resharper complaining about a method not found BUT if I clean the solution and build, it works. After sometime (especially during get latest from SVN) it again display same error. It seems visual studio loosing intellisense about…
SBirthare
  • 5,117
  • 4
  • 34
  • 59
0
votes
1 answer

How to use NUnit and not VisualStudio's UnitTestFramework

I'm trying to create unit tests with resharper, but every time I click "create unit tests" it imports Microsoft.VisualStudio.QualityTools.UnitTestFramework and create MS unit tests. There is no option to use NUnit instead. I've disabled…
Alan
  • 7,875
  • 1
  • 28
  • 48
0
votes
0 answers

How to prevent intellisense from showing inaccessible internal constructors?

I'm using Resharper and currently on the free trial. I've developing a library along with a project which uses the library. When I'm in the project which uses the library and begin to call the constructor of one of my classes, it shows me a list of…
Alan
  • 7,875
  • 1
  • 28
  • 48
0
votes
1 answer

Why is R# reddifying bits of my code?

When I run ReSharper > Inspect > Code Issues in Solution in my client app (in VS 2008), I get the expected "Inspection Results" dialog. However, when I run ReSharper > Inspect > Code Issues in Solution on my Web API app (in VS 2013),not only does it…
0
votes
1 answer

How to enforce maximum line length for comments in VS + ReSharper?

I've configured a maximum line length of 160 in ReSharper and code is formatted fine. However, comments are not formatted, they can be longer than 160 characters. Is there a way to format comments as well?
D.R.
  • 20,268
  • 21
  • 102
  • 205
0
votes
2 answers

How can I install an older licensed version of R# over an expired Trial version?

I have a license for version 7.X of R#; I use it at home. At work I've been using the trial version of the latest iteration until it expires. After having it expire a couple of times, I decided to just use the older version for which I have a…
0
votes
1 answer

TFS 2012 is not recognizing a file as having been deleted

I am working with another developer on an applciation. Whenever one of us deletes a file that has been pulled down on the other workstation. TFS doesn't seem to pass down the files as deleted on the next get request. Short story: I delete file ->…
Robert
  • 4,306
  • 11
  • 45
  • 95
0
votes
1 answer

ReSharper 8 Plugin Development Solution Explorer Panel Indicator

I want to write a ReSharper 8 plugin that will give a visual indication (icon maybe?) to the user in solution explorer panel if the number of projects in a solution exceeds a configurable amount. Can a ReSharper plugin accomplish this or must I find…
shanem
  • 63
  • 1
  • 5
1 2 3 4 5 6
7