John Egbert
- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 23
-
-
John Egbert created a post, ITreeNode.GetContainingFile() is returning null after last SDK update
After upgrading to the latest SDK (JetBrains.ReSharper.SDK version=2017.1.20170407.131329), ITreeNode.GetContainingFile() as well as .GetDocumentRange() is returning null. This didn't use to happen... -
John Egbert created a post, NuGet Dependency error when trying to install JetBrains.ReSharper.SDK 2016.2.20160818.171542
I am getting the following error: Severity Code Description Project File Line Suppression StateError Unable to find a version of 'JetBrains.Psi.Features.Core' that is compatible with 'JetBrains.Psi... -
John Egbert created a post, How do I add an Icon to my Action?
[Action("ActionName", "Action name", Id = 30115)] I have an action that shows as as a context menu when right clicking in the solution explorer. I want to add an icon next to the menu item (like ... -
John Egbert created a post, How can I add an existing file to a project
I have created a file in the project directory. How do I add it to the project so that it show up in the solution explorer and builds? -
John Egbert created a post, How can I make my plugin support the options to apply the plugin to "in file, in folder, in project, in solution"
How can I make my ContextAction plugin support the options to apply the plugin to "in file, in folder, in project, in solution" like is available to several ReSharper actions like "Remove region/en... -
John Egbert created a post, How can I get the version of ReSharper currently being used?
How can I get the version of ReSharper currently being used? -
John Egbert created a post, Is there an API to select a portion of code from within a ExecutePsiTransaction
I would like to a plugin to finish what it is doing by selecting a portion of code in the editor. -
-