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
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
Created
March 06, 2013 15:08
Hi Ollie. The menu that gets displayed is from a class that implements IQuickFix and is marked with the [QuickFix] attribute (although the attribute might be optional). The class gets wired up due ...
Community
ReSharper Open API / SDK
How to implement right click menu item\action
0 votes
Created
March 06, 2013 16:22
I'm not sure if you can write a plugin to customise this behaviour. You can get change notifications that a project item has been removed, and another has been added, but you'd need to correllate t...
Community
ReSharper Open API / SDK
[Plugin development] Modify move to folder refactoring
0 votes
Created
January 21, 2013 12:09
Hi Sven. Given that it's a custom attribute, and somewhat custom behaviour, you will have to write a plugin to do this. To get an idea how to do this, you'll want to fire up dotPeek, point it at th...
Community
ReSharper Open API / SDK
"Move to Resources" Action in Attribute similar to DisplayAttribute
0 votes
«
First
‹
Previous
Next
›
Last
»