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
December 10, 2012 22:08
If you're in a plugin, you should use the PSI, since you're working with edit-time code, and not necessarily compilable code, so reflection won't help. The simplest way to get overloads is this: Fi...
Community
ReSharper Open API / SDK
Best way to lookup alternative (overloads) for a method
0 votes
Created
December 04, 2012 12:13
This usually means the file isn't "correct" - there's a syntax or reference error somewhere. Perhaps the method isn't declared properly (no braces, no body, missing brackets, that sort of thing), o...
Community
ReSharper Open API / SDK
DeclaredElement return type is ???
0 votes
Created
December 07, 2012 16:08
The IType returned has an inherited property of Module, which is an IPsiModule. This represents either the Visual Studio project or assembly that the type is defined in. You can try to downcast to ...
Community
ReSharper Open API / SDK
DeclaredElement return type is ???
0 votes
Created
November 27, 2012 11:50
Annoyingly, this is one of those errors you can diagnose by looking at the underlying code. First, copy the stack trace to the clipboard. Then open dotPeek, add all of the ReSharper SD K binaries a...
Community
ReSharper Open API / SDK
TearDown : JetBrains.Util.Tests.TestLoggerListener+TestWrapperException : Expected: not null But was: null
0 votes
Created
November 26, 2012 10:38
Well, what you've described sounds right, but that will build a code cleanup module rather than a code analyser. A code cleanup module will allow you to make changes to the formatting of a source f...
Community
ReSharper Open API / SDK
Starting a plugin to analyse code
0 votes
Created
September 17, 2013 13:54
Hi. Have you switched to using ReSharper in a custom hive of Visual Studio? Does ReSharper run in a normal instance of Visual Studio?
Community
ReSharper Open API / SDK
Unknown Switch :ReSharper.Plugin problem
0 votes
Created
January 21, 2014 09:53
Can you show me the command line arguments from the Debug properties page for the project, please?
Community
ReSharper Open API / SDK
Unknown Switch :ReSharper.Plugin problem
0 votes
Created
January 22, 2014 13:52
Did you see a dialog asking if you wished to move the registration of ReSharper to a per-user location? And did you click yes?
Community
ReSharper Open API / SDK
Unknown Switch :ReSharper.Plugin problem
0 votes
Created
January 22, 2014 14:35
Right. There's an issue, which seems to be due to Visual Studio, where ReSharper will relocate the VS registration files so they only run in the main VS hive (a hive is used for building VS extensi...
Community
ReSharper Open API / SDK
Unknown Switch :ReSharper.Plugin problem
0 votes
Created
January 09, 2014 10:23
The line and column information isn't cached in the syntax tree, because it depends on the preceding code, and any change to that code would require recalculating the line and column information fo...
Community
ReSharper Open API / SDK
Is there a way to know what Line and "Column" a code block statement starts at in code
0 votes
«
First
‹
Previous
Next
›
Last
»