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
March 06, 2014 10:09
No, the UnitTestResultManager is marked with the [SolutionComponent] attribute, which means the Component Model (ReSharper's IoC container that manages lifetime and dependencies) will create an ins...
Community
ReSharper Open API / SDK
Where did UnitTestResult.Exceptions go?
0 votes
Created
February 24, 2014 13:02
Annoyingly, it looks like this isn't possible. It appears to be an issue with the Visual Studio integration - adding the action to other action groups works ok, but since the refactor menu override...
Community
ReSharper Open API / SDK
Can't add action to ReSharper.Refactor menu
0 votes
Created
January 24, 2014 10:08
The ReSharper Command Line Tool support plugins, but it only supports outputting warnings from daemons, so as long as your daemon adds a highlight (squiggly underline) to the code, it should get re...
Community
ReSharper Open API / SDK
R#8 plugin daemon command line tool
0 votes
Created
January 27, 2014 11:38
The 8.1.1 version of the command line tool (released as part of the new EAP - http://confluence.jetbrains.com/display/ReSharper/ReSharper+8.1.1+EAP) includes a new interface for plugins devs - IIns...
Community
ReSharper Open API / SDK
R#8 plugin daemon command line tool
0 votes
Created
January 21, 2014 10:36
You would do better to (safely) downcast the IDeclaredElement to IClrDeclaredElement and use IClrDeclaredElement.Module to get the assembly that the element is declared in. From this you can use IP...
Community
ReSharper Open API / SDK
Identify IInvocationExpression method as particular library class method
0 votes
Created
April 21, 2015 16:23
There aren't any templates for ReSharper 9, or an SDK msi. You just add nuget package references now.
Community
ReSharper Open API / SDK
Resharper 9.x SDK msi installer missing
0 votes
Created
May 05, 2015 13:09
Do you mean suggesting the name of a new variable? Unfortunately, the rules to suggest names are not directly extensible. However, you could probably create a new code completion items provider tha...
Community
ReSharper Open API / SDK
R# plugins - is it possible to inject custom values into "Introduce variable" and similar refactorings?
0 votes
Created
January 19, 2015 11:08
I'm currently writing up what needs to be done to get testing working in 9.0. There are a couple of steps needed to get it to work. Should be a couple of days. Sorry for the delay.
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
February 23, 2015 10:02
It's not your code, it's the code in the TestEnvironmentAssembly class - it makes certain assumptions about your code and project structure that aren't usually valid for extensions. I've got a work...
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
April 13, 2015 10:59
I knew I'd miss something off. You also need to add a nuget.config file to your test\data folder, like this: https://github.com/xunit/resharper-xunit/blob/xunit2/resharper/test/data/nuget.configIt ...
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
«
First
‹
Previous
Next
›
Last
»