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 28, 2014 10:24
There are essentially four scopes for components, and the two interesting ones are documented in the section about the Component Model: http://confluence.jetbrains.com/display/NETCOM/2.02+Component...
Community
ReSharper Open API / SDK
External annotations when testing highlightings
0 votes
Created
April 28, 2014 10:39
Well, gosh, I didn't know you could add attributes to type parameters :)I'll look into it, and let you know what's going on.
Community
ReSharper Open API / SDK
Getting attribute instances from TypeParameter
0 votes
Created
April 22, 2014 14:46
It's a bit of a co-operative thing. The highlighting consumer has no support for comments - it will always add the highlight it's given.Instead, you need to call one of the AddHighlighting extensio...
Community
ReSharper Open API / SDK
"Suppress" comments
0 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
«
First
‹
Previous
Next
›
Last
»