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
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
Created
April 13, 2015 15:01
I can't see what's going wrong here. When I try and set up the same as what you've described, it just works fine. Would you be able to send me your solution?
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
April 21, 2015 13:54
Oops. Sorry, that should be https://www.jetbrains.com/resharper/devguide/Extensions/Packaging.html.Testing locally is a little involved: Build and create a package Add a local package source, and i...
Community
ReSharper Open API / SDK
Missing page in plugin package deployement - Error 404
0 votes
Created
April 07, 2015 08:51
Your extension package shouldn't have a dependency on JetBrains.ReSharper.SDK - that's a compile time dependency, not a runtime dependency. While ReSharper uses nuget to package and distribute exte...
Community
ReSharper Open API / SDK
Install the local copy of the extension is failed
0 votes
«
First
‹
Previous
Next
›
Last
»