Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Matt Ellis
Total activity
1008
Last activity
August 03, 2023 15:35
Member since
July 05, 2009 00:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
397
Activity overview
Articles (0)
Posts (4)
Comments (607)
Sort by recent activity
Recent activity
Votes
Created
February 05, 2015 20:10
I've answered this at StackOverflow: http://stackoverflow.com/questions/28328306/visual-studio-add-resharper-shortcut-to-command/28343584#28343584
Community
ReSharper Community
Visual Studio - Add resharper shortcut to command
0 votes
Created
January 08, 2015 21:32
ReSharper 9 (and I think later versions of ReSharper 8) added the following syntax:// ReSharper disable once PossibleMultipleEnumerationand this affects only the next following statement, which usu...
Community
ReSharper Community
Feature Request - R# comment syntax that doesn't suck
0 votes
Created
April 07, 2015 09:27
Not at the moment. The AngularJS plugin has this planned, but needed to parse JSDoc comments in order to properly index everything. Fortunately, 9.1 has support for JSDoc, so hopefully soon...
Community
ReSharper Community
Navigate to declaration of AngularJS controller or directive?
0 votes
Created
March 23, 2015 16:34
This isn't something that ReSharper is set up to do. Its project model is based on the Visual Studio project model, and while we can "augment" that with various "hidden" files (e.g. JavaScript or T...
Community
ReSharper Community
SDK: How to load VS solution from scratch
0 votes
Created
February 20, 2014 10:26
Unfortunately, MVC5.1 doesn't get recognised by ReSharper 8.1. We ship support for MVC in the form of external annotations - xml files that ReSharper uses to apply our annotation attributes to comp...
Community
ReSharper Community
ASP.NET MVC in a subfolder
0 votes
Created
February 20, 2014 11:32
In that case, you can add your own annotations to tell ReSharper where you've placed your views. Firstly, you need to include the annotations in your project. The easiest way to do this is to go to...
Community
ReSharper Community
ASP.NET MVC in a subfolder
0 votes
Created
February 24, 2014 10:46
Would you be able to share some code? You can email me directly at matt.ellis@jetbrains.com
Community
ReSharper Community
ASP.NET MVC in a subfolder
0 votes
Created
February 27, 2014 19:23
Unfortunately, it looks like you've uncovered a bug. These annotations only work if they exist in referenced (and therefore compiled) assemblies, or are defined in external annotations. You can't d...
Community
ReSharper Community
ASP.NET MVC in a subfolder
0 votes
Created
February 28, 2014 00:04
Cool, I've linked the issues so that your ticket now has some context on the cause of the issue.The workaround is this - create a new class library project, put your assembly level annotations in i...
Community
ReSharper Community
ASP.NET MVC in a subfolder
0 votes
Created
March 03, 2014 10:40
Can you navigate from the controller to the view? I think the reverse navigation follows the same reference, so if the annotation isn't working, the reference isn't there and there's no navigation.
Community
ReSharper Community
ASP.NET MVC in a subfolder
0 votes
«
First
‹
Previous
Next
›
Last
»