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 22, 2014 16:42
Yep, this is the same issue - the extension method I mentioned will look to see if any comments have been added to create regions where certain IDs should be ignored. If the highlight is to be adde...
Community
ReSharper Open API / SDK
"Suppress" comments
0 votes
Created
April 23, 2014 14:55
Ah, good point. You can create an instance of DefaultHighlightingConsumer, which gives you the IHighlightingConsumer to call the extension method with. This will collect the highlights, and you can...
Community
ReSharper Open API / SDK
"Suppress" comments
0 votes
Created
April 28, 2014 10:28
That's right, we don't offer to suppress hints. I think that's because they're hints, and unobtrusive - they don't appear in the error stripe on the side of the document, so you can still get the g...
Community
ReSharper Open API / SDK
"Suppress" comments
0 votes
Created
April 14, 2014 12:19
Because extensions are a superset of plugins, settings and annotations, the /ReSharper.Plugin command line switch doesn't do anything to load settings or annotation files.I've played with a couple ...
Community
ReSharper Open API / SDK
Where should I put 'annotations' folder for a plugin loaded using command line? (R#8.2)
0 votes
Created
April 14, 2014 11:27
Hmm. I haven't seen this, or encountered it, I'm afraid. It does look like Microsoft.Bcl.Build hardcodes packages.config, so it doesn't support this new nuget 2.8 feature. As far as I can tell, the...
Community
ReSharper Open API / SDK
Compatibility between R#-Version and R#-SDK-Version
0 votes
Created
April 03, 2014 10:17
Hi Andrey. I'm not sure what you're asking here. If you're trying to apply an attribute via an external annotations xml file, then as stated, the attribute is effectively merged, and from a ReSharp...
Community
ReSharper Open API / SDK
What are my options on discovery of custom attributes used in External Annotations xml?
0 votes
Created
March 05, 2014 11:26
You can get at the UnitTestResultData via IUnitTestResultsManager.GetResultData(IUnitTestElement). You can get at the IUnitTestElement via IUnitTestSession.Elements, or, if you're implementing a co...
Community
ReSharper Open API / SDK
Where did UnitTestResult.Exceptions go?
0 votes
Created
March 06, 2014 10:09
No, the UnitTestResultManager is marked with the [SolutionComponent] attribute, which means the Component Model (ReSharper's IoC container that manages lifetime and dependencies) will create an ins...
Community
ReSharper Open API / SDK
Where did UnitTestResult.Exceptions go?
0 votes
Created
February 24, 2014 13:02
Annoyingly, it looks like this isn't possible. It appears to be an issue with the Visual Studio integration - adding the action to other action groups works ok, but since the refactor menu override...
Community
ReSharper Open API / SDK
Can't add action to ReSharper.Refactor menu
0 votes
Created
January 24, 2014 10:08
The ReSharper Command Line Tool support plugins, but it only supports outputting warnings from daemons, so as long as your daemon adds a highlight (squiggly underline) to the code, it should get re...
Community
ReSharper Open API / SDK
R#8 plugin daemon command line tool
0 votes
«
First
‹
Previous
Next
›
Last
»