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
November 02, 2015 10:22
You should be able to inject IProductInfo. But since we've changed how products work (they're essentially plugin packages into a base product), this might just get you the product info for the base...
Community
ReSharper Open API / SDK
How can I get the version of ReSharper currently being used?
0 votes
Created
October 12, 2015 22:55
You'll get an exception. The component model isn't really designed to be THAT flexible. It will resolve a single interface to its most derived instance, so it allows extensions to override built in...
Community
ReSharper Open API / SDK
How to decorate a part
0 votes
Created
September 21, 2012 14:06
As of ReSharper 6.1 + 7.0, Action handlers cannot have dependencies injected. They require either a parameterless constructor, or a constructor with a single argument, which can be either the strin...
Community
ReSharper Open API / SDK
How to get at EnvDTE from a plugin?
0 votes
Created
September 21, 2012 18:47
What versions of ReSharper and Visual Studio are you using? I successfully retrieved the DTE object in an action handler constructor with ReSharper 7 + VS2012.The parameterless constructor must be ...
Community
ReSharper Open API / SDK
How to get at EnvDTE from a plugin?
0 votes
Created
September 24, 2012 10:10
Hmm. I can't reproduce this. It looks like I'm using the same version of ReSharper, VS and EnvDTE.dll as you, and it all seems to work. Could you post a simple repro? You can email it to me at resh...
Community
ReSharper Open API / SDK
How to get at EnvDTE from a plugin?
0 votes
Created
September 24, 2015 08:37
Another issue might be that since DTE is a COM interface, and if it's referenced with Embed COM Interop Types set to true, the System.Type used to identify the DTE object is different to the System...
Community
ReSharper Open API / SDK
How to get at EnvDTE from a plugin?
0 votes
Created
September 24, 2015 08:52
You need to use ITextControl.Selection.SetRanges to change the selection, or use the SetRange extension method to make it a little easier.
Community
ReSharper Open API / SDK
Is there an API to select a portion of code from within a ExecutePsiTransaction
0 votes
Created
September 08, 2015 10:04
You will likely have to hook into some VS events, as some of the things you're after happen on the bounday of what's ReShaprer and what's Visual Studio.ReSharper does hook the creation of windows a...
Community
ReSharper Open API / SDK
Unexpected behaviour binding custom ActionHandlers
0 votes
Created
September 07, 2015 09:40
The first thing I'd do is delete the Release folder completely, rebuild and try again. It might be something left over from the 9.1 build.I'm not sure what you mean by: "I've made my SetUpFixture c...
Community
ReSharper Open API / SDK
R9.1=>9.2 Tests migration - CollectSubplatformPackages
0 votes
Created
August 31, 2015 09:40
Not directly, no. ReSharper has analyses that use the control flow graph to track null values and unused variables, etc. But nothing that would give you back this information. I think you could als...
Community
ReSharper Open API / SDK
Utilizing data flow analysis in an ElementProblemAnalyzer
0 votes
«
First
‹
Previous
Next
›
Last
»