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 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
Created
December 18, 2012 21:44
Hi Ivan. I've just tried your code against a project that has the IntermediateOutputPath property set in the .csproj file, and it works fine - it sees the right value. I did have to manually edit t...
Community
ReSharper Open API / SDK
ManagedProjectConfiguration.IntermediateDirectory doesn't return expected value
0 votes
Created
December 06, 2012 11:17
Yep, the issue is that you're trying to test a .net 4 project. The test system creates a temp solution and project to host your test files in, allowing ReSharper to parse or otherwise handle the fi...
Community
ReSharper Open API / SDK
DeclaredElement return type is ???
0 votes
Created
November 28, 2012 16:29
I'm not sure what NamingSettingsManager is - it wasn't in 6.1, 7.0 and it's not in 7.1. There is however NameSuggestionManager, which allows you to create instances of INamesCollection. Is that wha...
Community
ReSharper Open API / SDK
NamingSettingsManager cannot not be found in SDK 7.1
0 votes
«
First
‹
Previous
Next
›
Last
»