Questions tagged [resharper-8.1]

Use this tag for version specific questions about ReSharper 8.1 - 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. 8.1 includes additional improvements over 8.0 and previous version and brings support to Visual Studio 2013.

13 questions
10
votes
2 answers

Resharper 8.1 Test Runner slowing down Visual Studio Text Editing

I've got a fairly small C# solution with about 5 projects in it. I am using Visual Studio 2012 with Update 4, and Resharper 8.1 (build 8.1.23.546). It's on an I7 with an SSD and 16GB RAM, with oodles of disk space. Performance on this machine is…
9
votes
3 answers

Go to closing Tag in Visual studio (using Resharper)?

I'm using the latest Resharper (v 8.1) with visual studio 2010. Is there a keyboard shortcut/feature to "Jump to closing tag" ? For example : if the cursor is on the first tr : I want the cursor to go to the closing tr which is Is there…
Royi Namir
  • 144,742
  • 138
  • 468
  • 792
7
votes
3 answers

"Track active items in solution explorer" doesn't work

The option "Track active items in solution explorer" in visual studio doesn't seem to work. I am using visual studio 2013 ultimate and Resharper 8.1. I've tried un-checking and checking again, didn't work. Thank you for your time.
MosheG
  • 178
  • 1
  • 11
3
votes
1 answer

Can Resharper auto format 'case' statements onto a single line?

I'm trying to find a way to have resharper auto-format single line case statements as shown: switch (number) { case 0: return 50; case 1: return 51; default: return 0; } Currently it formats like this: switch (number) { case 0: …
dan
  • 5,664
  • 8
  • 45
  • 59
2
votes
2 answers

Generation of the designer file for xxxxx failed: Error HRESULT E_FAIL has been returned from a call to a COM component

After upgrading to Visual Studio 2013, I receive the following warning when I edit the markup of an ASPX or ASCX file, and the designer file does not update with the change. I have ReSharper 8.1 installed. I have tried cleaning the solution,…
Zach Green
  • 3,421
  • 4
  • 29
  • 32
2
votes
1 answer

Agent Mulder, Resharper 8.1, VS 2013 and StructureMap

I have the above setup, and DI is working just well in code. Unfortunately Agent Mulder is not showing the visual cues. I installed it through Extension Manager. Is this all that I need to do? Thanks, D.
1
vote
1 answer

ReSharper 8.1 (8.0, 7.1) hotkey schema doesn't have some hotkeys in MS Visual Studio 2012

After installing Visual Studio 2012 and ReSharper 8.1 (8.0, 7.1), the second one asks for choosing hotkey schema. I choose ReSharper 2.x or IntelliJ IDEA. After that in menu ReSharper > Navigate some menu items have hotkeys (such as Go to File…
1
vote
1 answer

Resharper variable name completion not working

I have upgrade resharper version with following details: JetBrains ReSharper 8.1 C# Edition Build 8.1.23.546 on 2013-12-12T08:30:52 I remember this used to work in previous version but since I upgraded to 8.1 I am missing this feature. Basically…
SBirthare
  • 5,117
  • 4
  • 34
  • 59
1
vote
1 answer

HowTo: How can I default "function" not "Function" as first option for auto-complete when working in .js files

Not sure when this started happening, but now my intellisense auto-completion is suggesting and using "Function (in DHtml.js, ...)" when I need it to be "function" while working in .js files. How do I configure this option?
1
vote
1 answer

Weird formatting of properties in Resharper 8

I have a problem with Resharper 8. Everytime I declare a property in my code, Resharper completely ruins my code: class MyClass { public int MyProp { get; set; } } will be reformatted to: class MyClass { public int MyProp { get; set;…
TorbenJ
  • 4,462
  • 11
  • 47
  • 84
1
vote
1 answer

Run MBUnit Tests using Resharper 8.1

I need to run MBUnit Tests using Resharper 8.1 in in visual studio 2012. I couldn't find any resharper plugin for this. Any help will be appreciated. Sandra
Sandra
  • 63
  • 3
  • 14
0
votes
1 answer

ReSharper 8 - ReSharper_GotoNextOccurence no longer available in Visual Studio keyboard shortcut editor

I can't find ReSharper_GotoNextOccurence and ReSharper_GotoPreviousOccurence in Visual Studio 2013 'Tools -> Options -> Environment -> Keyboard'. This is one of my most used shortcuts. I use ReSharper_HighlightUsages and have…
Ian Gardner
  • 264
  • 1
  • 11
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