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
August 25, 2017 16:51
Official comment
Hi Dušan. Firstly, I'd like to manage expectations - writing new language support in ReSharper extensions is a big job. There is a lot to do to get it working, and HTML-like syntax makes it harder,...
Community
ReSharper Open API / SDK
Building language plugin on top of HtmlLanguage
0 votes
Created
June 22, 2017 14:09
Yes, you can write a plugin that can look for public const or static fields, highlight them with a warning or suggestion, and then attach a Quick Fix to this warning. The quick fix would need to re...
Community
ReSharper Community
Is there a way to create a custom quick fix suggestion?
0 votes
Created
May 08, 2017 15:42
Those are inspection severity settings, rather than StyleCop settings - they control only how the results are presented, rather than what results are generated and how. In other words, the only set...
Community
ReSharper Community
Confusions regarding stylecop, stylecop for resharper, stylecop by jetbrains.
0 votes
Created
May 05, 2017 15:23
Official comment
Hi Henk. "StyleCop by JetBrains" is our version of the StyleCop plugin for ReSharper. "StyleCop for ReSharper" is just the title of the readme in the GitHub repository. The confusion is due to Styl...
Community
ReSharper Community
Confusions regarding stylecop, stylecop for resharper, stylecop by jetbrains.
0 votes
Created
May 01, 2017 15:40
Official comment
You can add a settings.StyleCop file that lives in your solution. You can download and use the StyleCopSettingsEditor from the CodePlex or from the links on the GitHub page (you can install the Vis...
Community
ReSharper Community
How Do I Add a Custom Dictionary for StyleCop and Add Words to It?
0 votes
Created
February 14, 2017 13:58
This would require a full plugin, rather than using existing functionality or a structural search pattern. Checking to see if a public field is unused is already done when Solution Wide Error Analy...
Community
ReSharper Community
Code inspection with refactoring
0 votes
Created
February 08, 2017 17:09
This one covers it: RSRP-461908.
Community
ReSharper Community
xUnit tests do not show up in Unit Test Explorer
0 votes
Edited
September 26, 2016 10:41
Roger, you can get the default shortcuts by going to Tools → Options → Keyboard and hitting the Reset button. This resets all VS shortcuts back to the default, including unassigning all of ReSharpe...
Community
ReSharper Community
VS2015 and keyboard shortcuts
0 votes
Created
January 18, 2016 10:20
Official comment
You can use factory.CreateExpression("new {0}(code)", declaredType). You can pass multiple things as parameters for CreateExpression, such as string, declared elements, ICSharpStatement, IType, etc.
Community
ReSharper Open API / SDK
How to place IDeclaredType name in expression?
0 votes
Created
March 18, 2016 13:57
Official comment
Hi. I'm not entirely sure what issue you're facing here - could you elaborate on what you mean when you say RegisterConfigurableSeverity isn't working any more? As for the leaked solution, that mea...
Community
ReSharper Open API / SDK
10.1 EAP and RegisterConfigurableSeverity
0 votes
«
First
‹
Previous
Next
›
Last
»