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
February 02, 2016 22:02
Is this possible to make a custom plugin support "in file, in folder, in project, in solution" like is available to several ReSharper actions in the new/current version (ReSharper 10)?
Community
ReSharper Open API / SDK
How can I make my plugin support the options to apply the plugin to "in file, in folder, in project, in solution"
0 votes
Created
December 10, 2015 18:38
Thanks, that worked great!
Community
ReSharper Open API / SDK
How can I add an existing file to a project
0 votes
Created
September 30, 2015 15:09
Is IDocCommentBlockOwnerNode available in the SDK still? I am having trouble finding this interface. How can I modify the xml comments on a method or class using ReSharper SDK 9.2?
Community
ReSharper Open API / SDK
How can I alter xml comments ?
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
Created
August 31, 2015 20:11
That's true but before the update to ReSharper 9.2 it looks like my project was still targeted to 4.0 and was resolving the CallerMemberNameAttribute type in the following assembly:C:\Users\user\Ap...
Community
ReSharper Open API / SDK
TargetFramework version for R# 9 extension csprojs
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 30, 2015 02:53
I am also running into many of these warnings/errors when installing the NuGet package JetBrains.ReSharper.SDK 9.2.20150819.163916 into existing projects. The projects are targeted to "Any CPU", an...
Community
ReSharper Open API / SDK
TargetFramework version for R# 9 extension csprojs
0 votes
Created
August 24, 2015 15:55
Still seing this error when trying to upgrade an existing project from 9.1 of the SDK to 9.2:Severity Code Description Project File LineError Unable to find a version of 'JetBrains.Platform.Core.Te...
Community
ReSharper Open API / SDK
Unable to update to latest version of NuGet package of JetBrains.ReSharper.SDK (9.2.X)
0 votes
Created
February 16, 2015 17:29
The multiple provider.GetSelectedElement are the things I have tried to get the just the section of code where the blue text is. Also can you help me with detecting this. I've spend days and am stu...
Community
ReSharper Open API / SDK
Making an Action "Available" when cursor
0 votes
Next
›
Last
»