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 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
Created
December 08, 2015 09:28
ReSharper doesn't have anything like this, as it stands. It would probably be a two step process - create the file from a file template, then use the Generate menu to insert the code. You might be ...
Community
ReSharper Open API / SDK
File Templates on steriods
0 votes
Created
November 12, 2015 17:35
Yep. Just keep the same package ID. We needed to change the package ID for 8.x -> 9.x, becaus there was the requirement for the package to have a "." in the name, e.g. Foo.Bar. But if you just use ...
Community
ReSharper Open API / SDK
How does plugin download aggregate downloads?
0 votes
Created
November 09, 2015 10:00
It looks like the license check fails in 64 bit - make sure your test project is set to 32 bit.
Community
ReSharper Open API / SDK
R9 => R10 migration (unit tests)
0 votes
«
First
‹
Previous
Next
›
Last
»