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
March 06, 2014 11:09
Navigation from View to Controller only works if you reference an action in the view, e.g. with something like:@Html.Action("RemoveAccountList")Do you views have something like this in them, and do...
Community
ReSharper Community
ASP.NET MVC in a subfolder
0 votes
Created
March 11, 2014 13:32
The dev in charge of the MVC annotations has just reminded me that ReSharper parses the source of the current project and looks for any of these format location strings being assigned to the Partia...
Community
ReSharper Community
ASP.NET MVC in a subfolder
0 votes
Created
March 24, 2015 18:56
ReSharper only supports a single file layout - the one you edit in the settings dialog. This will be applied when you do Code Cleanup.
Community
ReSharper Community
How to select a File Layout for a Code Cleanup Profile?
0 votes
Created
January 02, 2015 11:37
I would suggest clearing the cache (ReSharper -> Options -> General -> Clear Caches, and then restart Visual Studio). Something's gone wrong if it's flagging that operator method as too complex...
Community
ReSharper Community
"Method body is too complex to analyze, consider decomposing it"
0 votes
Created
March 10, 2015 12:10
Extracting a method should make it go away, because you're reducing the combination of number of statements, loops, branches and variable states in the method. Once this combination gets over a cer...
Community
ReSharper Community
"Method body is too complex to analyze, consider decomposing it"
0 votes
Created
March 23, 2015 17:14
Yes, the warning here is due to the number of arguments, but also due to the fact that a lot of the arguments are structs. The control flow analysis is a function of the parameters, variables, bran...
Community
ReSharper Community
"Method body is too complex to analyze, consider decomposing it"
0 votes
Created
June 24, 2015 09:07
Do you have a .sln.dotSettings file that sits next to your main solution? These are the shared team settings for ReSharper. It's possible that you've set to use the VS intellisense, and it's saved ...
Community
ReSharper Community
How can I keep ReSharper IntelliSense enabled after cleaning my working copy?
0 votes
Created
June 01, 2015 09:55
There isn't an annotation attribute that will verify that a parameter is a member of the current type. This could be rather useful, and I've added a feature request here - RSRP-440611. One of the c...
Community
ReSharper Community
Is there a property equivlant for InvokerParameterNameAttribute?
0 votes
Created
May 04, 2015 14:32
Visual Studio Code doesn't have an extensibility model, so no, this isn't going to happen.
Community
ReSharper Community
resharper visual studio code for mac
0 votes
Created
April 22, 2015 15:53
There's nothing useful there, unfortunately. What extension were you trying to install? And can you tell me what you've got in your %LOCALAPPDATA%\JetBrains\plugins folder?
Community
ReSharper Community
Extension Manager displays install success message, but extension is not installed
0 votes
«
First
‹
Previous
Next
›
Last
»