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
Edited
September 26, 2016 10:41
Roger, you can get the default shortcuts by going to Tools → Options → Keyboard and hitting the Reset button. This resets all VS shortcuts back to the default, including unassigning all of ReSharpe...
Community
ReSharper Community
VS2015 and keyboard shortcuts
0 votes
Created
January 18, 2016 10:20
Official comment
You can use factory.CreateExpression("new {0}(code)", declaredType). You can pass multiple things as parameters for CreateExpression, such as string, declared elements, ICSharpStatement, IType, etc.
Community
ReSharper Open API / SDK
How to place IDeclaredType name in expression?
0 votes
Created
March 18, 2016 13:57
Official comment
Hi. I'm not entirely sure what issue you're facing here - could you elaborate on what you mean when you say RegisterConfigurableSeverity isn't working any more? As for the leaked solution, that mea...
Community
ReSharper Open API / SDK
10.1 EAP and RegisterConfigurableSeverity
0 votes
Created
February 28, 2013 16:04
The SDK hasn't changed for 7.1.2 - it targets 7.1, and the point releases are changes to internal functionality rather than API changes. So, you should see project templates in VS2012. There should...
Community
ReSharper Open API / SDK
ReSharper project templates missing
0 votes
Created
January 22, 2013 16:56
ReSharper finds out using the ExtensionMethodInvocationAnalyzer class (for the "invoke as extension method" suggestion when calling an extension method like a static method). I've only had a quick ...
Community
ReSharper Open API / SDK
How to tell which way an extension method has been invoked?
0 votes
Created
January 15, 2013 11:53
Hi Simon. ReSharper 7 doesn't let you dynamically add plugins any more - plugins are collected up front from various IPluginSource implementations, and then loaded. However, you can still integrate...
Community
ReSharper Open API / SDK
Self registering plugin in Resharper 7
0 votes
Created
January 15, 2013 11:12
ReSharper also has a document saved event, which lives on the DocumentManagerOperations class. You can inject this into your plugin class, as long as your class is marked with the [SolutionComponen...
Community
ReSharper Open API / SDK
Document Saved Event
0 votes
Created
December 20, 2012 18:40
Here's the link to the bug report: http://youtrack.jetbrains.com/issue/RSRP-329281
Community
ReSharper Open API / SDK
Greyed-out plugin menu item
0 votes
Created
December 17, 2012 12:57
OK. The dev team have confirmed that your code should be ok, and the error you're seeing is most likely because the test code is a non-compilable state. Have you made sure your test is marked as .n...
Community
ReSharper Open API / SDK
IInvocationExpression and accessing the return type
0 votes
Created
December 18, 2012 13:36
Hi Ollie. This issue is that the test project that the ReSharper test environment creates hasn't loaded the RX libraries, and so the file isn't in a compilable state, and can't resolve the referenc...
Community
ReSharper Open API / SDK
IInvocationExpression and accessing the return type
0 votes
«
First
‹
Previous
Next
›
Last
»