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
April 23, 2013 16:48
Have you checked out the StyleCop plugin? It might provide a fix for this: https://stylecop.codeplex.com/
Community
ReSharper Community
Support for StyleCop rule SA1101 (add "this.")?
0 votes
Created
April 24, 2013 09:16
It's technically possible for StyleCop to add a quick fix action for this, you'll have to raise an issue or feature request on their site to request it, though.
Community
ReSharper Community
Support for StyleCop rule SA1101 (add "this.")?
0 votes
Created
April 23, 2013 16:43
Have you tried clearing the caches? ReSharper -> Options -> General -> Clear Caches
Community
ReSharper Community
Local variable never used
0 votes
Created
April 15, 2013 14:11
You might want to take a look at the command line tools in ReSharper 8.0 EAP - http://confluence.jetbrains.com/display/ReSharper/ReSharper+8+EAP. There's the inspect code utility that runs all of r...
Community
ReSharper Community
any feature to spot duplicate code that could be methodised/parameterized
0 votes
Created
July 02, 2013 10:33
It looks like you can write a small plugin that simply implements the IMvcViewResolver, and is marked with the MvcViewResolver attribute. You just need to implement IsApplicable, to check if mustac...
Community
ReSharper Community
Other view file extensions
0 votes
Created
July 02, 2013 09:49
It looks like a constructor is used when a function is used with the "new" keyword:MyObject = function() { this.whatever = "hello"; };obj1 = new MyObject();MyObject should be classed as a construct...
Community
ReSharper Community
How does ReSharper recognize a JavaScript constructor function?
0 votes
Created
June 27, 2013 14:11
Yep, use either tab or enter to complete the text from the window. Enter inserts the text and tab replaces it.
Community
ReSharper Community
Delete end of word after completion?
0 votes
Created
June 27, 2013 19:39
An option has been added in 8, but there's nothing in 7.
Community
ReSharper Community
Delete end of word after completion?
0 votes
Created
June 27, 2013 14:08
Just hit Alt+Enter when the cursor is inside the switch block - you'll see an option to generate case statements.
Community
ReSharper Community
Suggestions for improvement on the code segment
0 votes
Created
June 04, 2013 23:10
ReSharper 8's "extensions" offer a couple of different ways of extending ReSharper - plugins is the obvious one, and any extensions that are also plugins are shown in the Plugins page in the Option...
Community
ReSharper Community
R# 8 EAP Plugins
0 votes
«
First
‹
Previous
Next
›
Last
»