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
June 26, 2014 14:25
There don't seem to be any helper methods to find a comment, so I think the best thing to do is to find previous siblings that are comment nodes. Walk along IClassDeclaration.PrevSibling, checking ...
Community
ReSharper Open API / SDK
How to get end of line comment above class declaration?
0 votes
Created
June 26, 2014 11:12
Missed the second part of your question. Performance should be fine - it's simply walking object references and calling a predicate, so performance will really just depend on what you do in the pre...
Community
ReSharper Open API / SDK
Find a specific ITreeNode in a sub tree
0 votes
Created
June 25, 2014 13:15
This indicates that the declared element is defined in a "secondary" PSI file, and doesn't originate in user code. For example, aspx files have a hidden, secondary C# file generated that represents...
Community
ReSharper Open API / SDK
Which PSI elements are IDeclaredElement.IsSynthetic() ?
0 votes
Created
May 12, 2014 11:16
You can call a ReSharper action using the ActionManager class. Calling the command via Visual Studio's DTE will work the same as executing the menu item. To do this programmatically from a plugin, ...
Community
ReSharper Open API / SDK
How to run 'Cleanup Code' for all Pending Changes.
0 votes
Created
May 29, 2014 22:55
Right. ToDataContext returns a func that can be used to create an IDataContext. You can call this func with:var dataContextCreator = projectElement.ToDataContext();var dataContext = dataContextCrea...
Community
ReSharper Open API / SDK
How to run 'Cleanup Code' for all Pending Changes.
0 votes
Created
April 28, 2014 11:39
This appears to be a bug. I've added a YouTrack issue - http://youtrack.jetbrains.com/issue/RSRP-413653
Community
ReSharper Open API / SDK
Getting attribute instances from TypeParameter
0 votes
Created
April 28, 2014 11:39
Doh! Missed this update. I'll close the issue I just raised.
Community
ReSharper Open API / SDK
Getting attribute instances from TypeParameter
0 votes
Created
April 23, 2014 16:25
It doesn't matter. The two methods with the smaller number of arguments end up calling the one with all the args, and it's this one that does the work.
Community
ReSharper Open API / SDK
"Suppress" comments
0 votes
Created
April 10, 2014 14:29
The major and minor versions of the nuget packages match the version of ReSharper you're targetting. So, SDK 8.2.1158 is the SDK for ReSharper 8.2, 8.1.555 is the SDK for ReSharper 8.1 and 8.0.1243...
Community
ReSharper Open API / SDK
Compatibility between R#-Version and R#-SDK-Version
0 votes
Created
April 10, 2014 14:35
Annoyingly, plugins passed in on the command line can't override an installed extension. Right now, the only way to debug a plugin is to uninstall the equivalent extension.
Community
ReSharper Open API / SDK
Is it possible to use the R#-Extension I develop?
0 votes
«
First
‹
Previous
Next
›
Last
»