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
December 15, 2014 22:10
Is that the installer log? What about the main product log? Is there anything there for Resharper.TestCop?Is your zone marker the same as the example one? For now, it should have no other interface...
Community
ReSharper Open API / SDK
Help need migrating plugin from R#8 to R#9
0 votes
Created
February 06, 2015 09:31
Nope, you just need to specify the shortcuts on the Action attribute. These are used to statically register the actions as VS commands during installation. Because the VS commands are statically re...
Community
ReSharper Open API / SDK
Help need migrating plugin from R#8 to R#9
0 votes
Created
February 05, 2015 20:27
The devguide has a section on how to create a compiled icon. This should allow you to add your own custom icons. What kind of issues are you seeing?
Community
ReSharper Open API / SDK
How to set image for context menu action
0 votes
Created
February 02, 2015 09:21
Yeah, this is where a fix to the gallery to only return compatible packages from the curated feed would sort everything. I want to check that out before the 9.1 EAP really gets started, or at least...
Community
ReSharper Open API / SDK
Best practice for R# 9+ extension package IDs
0 votes
Created
February 02, 2015 09:36
The downside to the automatic deployment is that it will only copy across a single file, not all dependencies. I'd like to make this a little smoother for 9.1.If you set the HostFullIdentifier valu...
Community
ReSharper Open API / SDK
R#9 Extension Manager doesn't see local packages
0 votes
Created
January 13, 2015 10:30
Hi Ingmar. The actions system has changed for this release, and I'm afraid the docs haven't yet caught up. There's a thread on the Google Group that should help. The upshot is that actions.xml isn'...
Community
ReSharper Open API / SDK
Port to R#9: Menu Items (actions) not showing up
0 votes
Created
December 15, 2014 09:46
Yes, testing has changed, unfortunately. I'm going through it today, and will hopefully have guidance published to the devguide page you mentioned in the next few days. Apologies for the delay.
Community
ReSharper Open API / SDK
R#9 : Testing SDK : ReSharperTestEnvironmentAssembly
0 votes
Created
December 11, 2014 13:35
Hi Mike. The XmlDocId is always there - it's generated from the type or type member name, and doesn't touch the xml docs at all.With the test you're using - can you just confirm that the xml doc is...
Community
ReSharper Open API / SDK
Get XMLDoc for Constructor called in IObjectCreationExpression
0 votes
Created
November 11, 2014 09:54
Yes, that would be useful. But you should also be able to implement this yourself. Here's an example of how to load a settings file programmatically: https://github.com/xunit/resharper-xunit/blob/x...
Community
ReSharper Open API / SDK
BaseTestWithExistingSolution won't load "csproj.DotSettings"
0 votes
Created
September 24, 2015 08:48
Sadly, no. ReSharper only supports highlighting ranges within a file, not a file itself. There's no way of highlighting the absence of something, only when something is present and incorrect.
Community
ReSharper Open API / SDK
Emit highlighting on project-level
0 votes
«
First
‹
Previous
Next
›
Last
»