John Egbert
- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 23
-
Created 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... -
Created 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... -
Created 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 ... -
Created 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? -
Created 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... -
Created How can I get the version of ReSharper currently being used?
How can I get the version of ReSharper currently being used? -
Created 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. -
Created Unable to update to latest version of NuGet package of JetBrains.ReSharper.SDK (9.2.X)
When I try to update to the latest JetBrains.ReSharper.SDK (9.2.X) in NuGet in VS2015, I get the following error:Unable to find a version of 'JetBrains.Platform.Core.Text' that is compatible with '... -
Created Making an Action "Available" when cursor
I want to create a pulgin that activates when the cursor if in the parenthesis of a classes constructor when instanciating an objectExample: If the cursor is in the BLUE selection in this code the ... -
Created How can I get the backing Field for a property in a Action
So from the class "Test" (), I can call .GetPropertyDeclarations(). Is there a way from the IPropertyDeclaration to get the IFieldDeclaration for that property (in the example below: "_name" for Pr...