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 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
Created
May 05, 2015 11:26
Actually, this looks like it's working. You're running an availability test, not invoking the quick fix. So the gold file you're using is incorrect. When the test runs, it finds what quick fixes ar...
Community
ReSharper Open API / SDK
QuickFix testing
0 votes
Created
May 05, 2015 13:26
I've just added a feature request you can vote for and track: https://youtrack.jetbrains.com/issue/RSRP-439189
Community
ReSharper Open API / SDK
R# plugins - is it possible to inject custom values into "Introduce variable" and similar refactorings?
0 votes
Created
April 21, 2015 13:50
ReSharper 9.1 still supports multiple package sources. You can add them and edit them in ReSharper → Options → Extension Manager. It just needs to be a normal file path: C:\temp or whatever, and ma...
Community
ReSharper Open API / SDK
Extensions Manager doesn't aggregate any other Packages source
0 votes
«
First
‹
Previous
Next
›
Last
»