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
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
Created
January 27, 2015 12:07
The extension manager will only show packages that are compatible with that verison of ReSharper - so all packages that you're adding to the local directory must have a dependency on a package call...
Community
ReSharper Open API / SDK
R#9 Extension Manager doesn't see local packages
0 votes
Created
January 29, 2015 17:18
Yeah, the initial install is a little heavy handed. However, once it's installed, as long as you're not introducing new Actions, you can just copy the newly built .dll over the old one, which makes...
Community
ReSharper Open API / SDK
R#9 Extension Manager doesn't see local packages
0 votes
Created
January 27, 2015 10:52
Either LoggingLevel.VERBOSE or LoggingLevel.TRACE.Interpreting exactly what should be output at what log level is always a bit of an art, rather than an exact science. FATAL, ERROR, WARN and INFO a...
Community
ReSharper Open API / SDK
Debug logging in R# 9
0 votes
Created
January 13, 2015 09:34
It sounds like that one project is referencing both SDK 8.0 and 9.0. I'd look at closing and reopening the solution - it's possible the project has been updated but that VS has not processed the ch...
Community
ReSharper Open API / SDK
Problems upgrading plugins from ReSharper 8.2 to 9
0 votes
Created
January 19, 2015 09:54
There's not much to go on with this exception - it's saying that it's seen it before, and it failed, so this time it'll fail as well. It's failing with error 0x80070002, which means "file not found...
Community
ReSharper Open API / SDK
Problems upgrading plugins from ReSharper 8.2 to 9
0 votes
Created
January 19, 2015 10:05
You should be able to do this using the standard action insert attributes (IInsertFirst/IInsertLast, IInsertBefore/IInsertAfter) together with the IntoSolutionItemGroup_* classes. The IntoSolutionI...
Community
ReSharper Open API / SDK
Context menu item when right-clicking multiselected files in solution explorer
0 votes
Created
December 23, 2014 13:02
No, you only have to package it for the first install, which in itself is much less slick than we'd like. However, package once, install it, and then copy the dlls on each build. As long as you're ...
Community
ReSharper Open API / SDK
ReShaper Extension Debugging Flow?
0 votes
«
First
‹
Previous
Next
›
Last
»