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, 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
Created
December 18, 2014 17:33
I don't believe the SDK provides any means of doing integration tests like this. We do run them internally, but I don't think we ship anything to help. The best thing you can do is write tests to a...
Community
ReSharper Open API / SDK
UI Test a WPF Windows that's part of a R# Extension?
0 votes
Created
December 15, 2015 10:49
You need to provide a value for the Icon property. This is a System.Type that is a derived type of CompiledIconClass.
Community
ReSharper Open API / SDK
How do I add an Icon to my Action?
0 votes
Created
November 11, 2015 11:22
You want to do something like this. The PredefinedType class has a number of properties to get the IDeclaredType of IEnumerable<T>, List<T>, IList<T> and so on. Once you've got this, you can use Ty...
Community
ReSharper Open API / SDK
How to determine IDeclaredType representing a generic List type?
0 votes
«
First
‹
Previous
Next
›
Last
»