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
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
Created
April 08, 2015 08:34
The samples aren't available for 9.0/9.1 yet, I'll be updating them and putting them on github as part of the 9.1 release. We're not going to be updating the templates - they became very basic once...
Community
ReSharper Open API / SDK
where are project templates from R# 9.1 nuget package?
0 votes
Created
January 02, 2015 11:07
Testing has changed with this release of the SDK, reflecting the changes made when re-architecting the product line to support a single, shared binary distribution. One change is that there is no l...
Community
ReSharper Open API / SDK
ReSharper 9 Test SDK
0 votes
Created
April 08, 2015 08:37
These warnings are all fixed in the 9.1 SDK, and can be ignored in 9.0 - you don't need to reference these files as part of a compilation. They're actually either loaded as tasks into msbuild, or c...
Community
ReSharper Open API / SDK
ReSharper 9 Test SDK
0 votes
Created
March 10, 2015 11:48
You can't invalidate a specific analyser, but you can tell the daemon to invalidate its caches, and it will intelligently update - which really means it will rescan all open, visible files, or caus...
Community
ReSharper Open API / SDK
Invalidate highlightings on settings change
0 votes
Created
February 16, 2015 14:14
That's the right approach - although I'm not sure what you mean with the multiple calls to provider.GetSelectedElement.
Community
ReSharper Open API / SDK
Making an Action "Available" when cursor
0 votes
Created
December 15, 2014 14:43
Hi. There are a couple of gotchas for installing to R# 9, unfortunately. Firstly, make sure your package has a "." in the name - it will not be properly installed if it doesn't. E.g. it should be "...
Community
ReSharper Open API / SDK
Help need migrating plugin from R#8 to R#9
0 votes
Created
December 16, 2014 09:54
Do you have any logs from running the product?
Community
ReSharper Open API / SDK
Help need migrating plugin from R#8 to R#9
0 votes
«
First
‹
Previous
Next
›
Last
»