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
November 05, 2012 17:55
Sounds cool! Couple of further questions - does this work now, as it stands, but in the wrong order? Is the effect you're after similar to navigating to declaration (ctrl-click) on an MVC action's ...
Community
ReSharper Open API / SDK
How to affect priority of results from IImplementationContextSearch and IDeclarationContextSearch (6.1)
0 votes
Created
October 31, 2012 02:06
Hi Jonathan. We prefer dotPeek, but yes, that's absolutely acceptable - in fact, it's pretty much essential. ReSharper prefers to allow plugin developers to use the same APIs that ReSharper itself ...
Community
ReSharper Open API / SDK
Extending "Go To Definition" in 6.0 SDK
0 votes
Created
October 15, 2012 11:43
Hi Polly. Sorry for the delay in replying.I'm afraid there isn't a list of known id's for actions available at this time. It's on my to-do list to get added to the dev guide.I don't think there sho...
Community
ReSharper Open API / SDK
Action in a plugin
0 votes
Created
July 07, 2009 21:37
Hi. Thanks for the reply.The currently checked in source code can demonstrate the problem, but it's (of course) not terribly straightforward, so I've come up with a simpler repro. If you get the ...
Community
ReSharper Open API / SDK
IMetadataEntity not returning useful custom attributes
0 votes
Created
September 02, 2009 14:02
Hi guys. Any news on this? It's been a while...ThanksMatt
Community
ReSharper Open API / SDK
IMetadataEntity not returning useful custom attributes
0 votes
Created
March 18, 2013 14:18
If you've got access to a text control, there's nothing wrong with using that to get a psi file.Alternatively, you can use the PsiModuleManger to get at the IPsiSourceFile. You can use PsiModuleMan...
Community
ReSharper Open API / SDK
Explore code (Psi?) structure for a project?
0 votes
Created
March 12, 2013 13:18
I don't think there's a prescribed way of doing it, but you can always walk the tree, using the sibling and parent properties of the IInvocationExpression. If you want more control of this process,...
Community
ReSharper Open API / SDK
Accessing previous\next invocation expression from current invocation expression
0 votes
Created
March 18, 2013 11:36
Glad you got it working, but what you've done here is perhaps not very efficient - ReSharper is processing the file, and calling your code for each invocation it encounters. At which point, you sta...
Community
ReSharper Open API / SDK
Accessing previous\next invocation expression from current invocation expression
0 votes
Created
March 12, 2013 15:05
The SDK actually does ship with the *code* for the tests. It doesn't however, ship with the data files. It does include VS project item templates to make it easier to add the code for the tests, an...
Community
ReSharper Open API / SDK
SDK needs test data files published with Samples - IMacro example Tests?
0 votes
Created
March 12, 2013 16:50
It looks like your .cs file should be like:public class Thing : {caret}{}If you need to pass parameters to your macro, you can use ${PARAMETER:"dictionary"} in a comment at the top of the file. The...
Community
ReSharper Open API / SDK
SDK needs test data files published with Samples - IMacro example Tests?
0 votes
«
First
‹
Previous
Next
›
Last
»