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 23, 2014 16:25
It doesn't matter. The two methods with the smaller number of arguments end up calling the one with all the args, and it's this one that does the work.
Community
ReSharper Open API / SDK
"Suppress" comments
0 votes
Created
April 10, 2014 14:29
The major and minor versions of the nuget packages match the version of ReSharper you're targetting. So, SDK 8.2.1158 is the SDK for ReSharper 8.2, 8.1.555 is the SDK for ReSharper 8.1 and 8.0.1243...
Community
ReSharper Open API / SDK
Compatibility between R#-Version and R#-SDK-Version
0 votes
Created
April 10, 2014 14:35
Annoyingly, plugins passed in on the command line can't override an installed extension. Right now, the only way to debug a plugin is to uninstall the equivalent extension.
Community
ReSharper Open API / SDK
Is it possible to use the R#-Extension I develop?
0 votes
Created
April 07, 2014 10:53
Depending on the complexity of your migration, and if this is a one-off migration, you might be better off writing something simpler than a ReSharper plugin to edit the text you've got - perhaps so...
Community
ReSharper Open API / SDK
API Migration
0 votes
Created
March 31, 2014 14:30
ReSharper should treat external annotation attributes transparently. That is, when you use the API to get at the attributes of an assembly, type or type member, ReSharper will effectively merge the...
Community
ReSharper Open API / SDK
What are my options on discovery of custom attributes used in External Annotations xml?
0 votes
Created
April 03, 2014 15:17
Ah, yes, you're right. I see where the confusion has come from. Normally, external annotations Just Work (tm). The xml file contains the name and namespace of the attribute, declares which construc...
Community
ReSharper Open API / SDK
What are my options on discovery of custom attributes used in External Annotations xml?
0 votes
Created
February 25, 2014 15:35
If you're looking to display a balloon notification in the system tray, by the clock, you can just use the standard Windows APIs to do that. If you want to display balloon like notifications for th...
Community
ReSharper Open API / SDK
Resharper Balloon Notification
0 votes
Created
February 20, 2014 11:15
This is implemented as an Action (http://confluence.jetbrains.com/display/NETCOM/2.03+Actions+and+Menu+Items+%28R8%29), which is a command that can be attached to a menu item.In the actions.xml fil...
Community
ReSharper Open API / SDK
How do a create a ReSharper plugin that I can run against multiple selected files?
0 votes
Created
January 23, 2014 09:42
Yes, it's fine to use strings to compare assembly, type and method name, as long as you're using proper methods and properties, and not relying on ToString. After all, these names are just strings ...
Community
ReSharper Open API / SDK
Identify IInvocationExpression method as particular library class method
0 votes
Created
April 27, 2015 07:29
Off the top of my head, I suspect the issue is that you're not telling the test where the caret should be when checking if the quickfix is available. Try adding {caret} (with the curly braces) at t...
Community
ReSharper Open API / SDK
QuickFix testing
0 votes
«
First
‹
Previous
Next
›
Last
»