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
March 18, 2013 14:22
Actually, should have asked, what happens if you try to format the second code snippet? As in, is the replace formatting the code as it would be formatted if you ran the code cleanup on it?And yes,...
Community
ReSharper Open API / SDK
Formatting a replacement expression
0 votes
Created
January 14, 2014 13:18
Hi John. AddSuperInterface requires an IDeclaredType instance, which you can get in several ways. One of which is via the TypeFactory static class. You can call TypeFactory.CreateTypeByCLRName and ...
Community
ReSharper Open API / SDK
How do I make a class inherit from an interface: public class Dog : INotifyPropertyChanged
0 votes
Created
July 01, 2014 09:19
This isn't ReSharper code, it's dotCover. It's a background thread, waiting normally on an event to be signalled to tell it that it needs to do some work. This isn't causing any kind of deadlock or...
Community
ReSharper Open API / SDK
R# extension makes VS hang. How to debug?
0 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
«
First
‹
Previous
Next
›
Last
»