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
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
Created
January 23, 2013 15:06
Yes, this is an issue with .net 3.5/.net 4 and Visual Studio's debugging. Our guidance is to builds your plugins in .net 3.5, so that they can be loaded in all of the versions of Visual Studio that...
Community
ReSharper Open API / SDK
No breakpoints hit when debugging plugin
0 votes
Created
January 15, 2013 12:52
As far as I can see, there isn't a good example of creating a solution with multiple projects, but it does look like it's supported. The BaseTestWithSolution abstract class gives you a solution tha...
Community
ReSharper Open API / SDK
highlight test needs multiple projects loaded
0 votes
Created
January 21, 2013 10:09
Good stuff. As for adding code to the posts, copy and paste, attach the files or post a link to a gist...
Community
ReSharper Open API / SDK
highlight test needs multiple projects loaded
0 votes
Created
January 16, 2013 18:01
Hi Andreas. ReSharper doesn't offer this functionality out of the box, but it can be implemented pretty easily with a plugin. ReSharper already does a similar thing in the NUnit support - if you us...
Community
ReSharper Open API / SDK
How to an method attribute as a property name, like in NPC?
0 votes
Created
January 21, 2013 11:40
Good stuff! You'll have to share a link once you've got it working...
Community
ReSharper Open API / SDK
How to an method attribute as a property name, like in NPC?
0 votes
Created
January 14, 2013 10:49
Could you expand on this a bit? Do you mean the KnownTypeAttribute from WCF? Coud you describe the scenario in a bit more depth, please?ThanksMatt
Community
ReSharper Open API / SDK
KnownType attribute and unused method
0 votes
Created
January 14, 2013 12:37
Nothing exists in the product to do this at the moment. You can add a feature request to our issue tracking tool here: http://youtrack.jetbrains.com or you could implement a plugin that provides th...
Community
ReSharper Open API / SDK
KnownType attribute and unused method
0 votes
«
First
‹
Previous
Next
›
Last
»