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 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
Created
February 06, 2015 09:33
Just noticed the first part of the question - not sure why your action shortcuts weren't being applied appropriately. However, if you were simply copying the dll into the installations folder (i.e....
Community
ReSharper Open API / SDK
Help need migrating plugin from R#8 to R#9
0 votes
Created
February 04, 2015 16:23
You can't - they're different things. A context action is an action that's available, via alt+enter, at a particular location in the code. However, you can add an Action that is implemented based o...
Community
ReSharper Open API / SDK
How do I add/create a short-cut for a specific quick-fix action in R#9
0 votes
Created
January 27, 2015 11:20
The main reason for changing the IDs was that the installer required a "." in the package ID name, and any package with a single segment, e.g. AngularJS, wouldn't install. However, versioning cause...
Community
ReSharper Open API / SDK
Best practice for R# 9+ extension package IDs
0 votes
«
First
‹
Previous
Next
›
Last
»