Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
John Egbert
Total activity
64
Last activity
April 03, 2019 15:07
Member since
December 06, 2013 22:51
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
23
Activity overview
Posts (19)
Comments (18)
Sort by recent activity
Recent activity
Votes
Edited
April 22, 2017 15:03
So this is the code that the plugin runs against:namespace TestClassLibrary.Business{ public enum AddressType { Home = 0, Work = 1, Other = 2 }} It is in a file called "AddressType.cs" When the cur...
Community
ReSharper Open API / SDK
ITreeNode.GetContainingFile() is returning null after last SDK update
0 votes
Created
December 11, 2013 19:28
Thank you. That worked great!
Community
ReSharper Open API / SDK
How to I find out if an class inherits from another type: class Dogs : List<Dog>
0 votes
Created
December 06, 2013 22:51
How did you set attribute properties? I need to initialize my attribute with a value.Example:[DataContract(Name = "TestClass")] I just can figure out how to create the attribute with the name set:I...
Community
ReSharper Open API / SDK
Adding and modifying attributes - questions
0 votes
Created
July 31, 2014 04:24
Thank you. That worked great.
Community
ReSharper Open API / SDK
How do I make a class inherit from an interface: public class Dog : INotifyPropertyChanged
0 votes
Created
February 23, 2014 01:40
Have you been able to find a solution for this yet? I am also trying to do this.
Community
ReSharper Open API / SDK
Can't add action to ReSharper.Refactor menu
0 votes
Created
January 19, 2015 07:54
I have managed to updated most of my plugins, but I am still having some issues with a few parts that use WPF UI.I have a settings WPF UI that's .cs looks like this:[OptionsPage(Pid, "My settings",...
Community
ReSharper Open API / SDK
Problems upgrading plugins from ReSharper 8.2 to 9
0 votes
Created
August 30, 2015 20:26
I have an existing project/solution of Resharper Plugins, and was trying to upgrade from the ReSharper SDK 9.1 to 9.2 but was getting errors trying to do that in VS2015. So I uninstalled all the Re...
Community
ReSharper Open API / SDK
TargetFramework version for R# 9 extension csprojs
0 votes
Created
August 31, 2015 21:45
I could remove the references to [CallerMemberName], but they were ok before the update, and ReSharper's own plugin "Implement INotifyPropertyChanged" (Alt-Enter when cursor is on INotifyPropertyCh...
Community
ReSharper Open API / SDK
TargetFramework version for R# 9 extension csprojs
0 votes
Next
›
Last
»