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 11, 2013 10:44
Ah, sorry, I was thinking in terms of interfaces. You can declare an interface in the production assembly and implement it in both the production code and the test code. As long as the production c...
Community
ReSharper Open API / SDK
Is RawVsServiceProvider not Available in Tests?
0 votes
Created
November 13, 2013 15:29
If you're starting C# by looking into VS and ReSharper extensions, you've really dived into the deep end :)The big problem with ReSharper extensions using anything VSIX related is that Visual Studi...
Community
ReSharper Open API / SDK
Is RawVsServiceProvider not Available in Tests?
0 votes
Created
November 11, 2013 15:50
Oops. Good spot on the docs, I'll add it to the list to be updated.ToolWindows content is actually a type called EitherControl, which is a wrapper around both Control and UIElement, so it allows yo...
Community
ReSharper Open API / SDK
ToolWindow using WPF
0 votes
Created
October 15, 2013 15:35
Sorry for asking more questions, but is this an action handler that derives from ContextActionBase, or something custom? ContextActionBase is the recommended way of adding popup menus on specific p...
Community
ReSharper Open API / SDK
Writing tests for a context menu
0 votes
Created
October 16, 2013 15:50
OK. Highlights can be handled with the standard test base classes - you can add them from the SDK item templates.And I gather then, that your popup menu is something similar to the Insert, Navigate...
Community
ReSharper Open API / SDK
Writing tests for a context menu
0 votes
Created
September 03, 2013 14:58
This isn't a known issue. Please could you log an issue, providing as much detail as possible, at http://youtrack.jetbrains.com?ThanksMatt
Community
ReSharper Open API / SDK
Event BeforeLookupWindowShown in ILookup - Resharper 8
0 votes
Created
August 12, 2013 17:26
You can't directly disable refactorings. Perhaps the closest you can do is to find all of the actions that invoke refactorings (e.g. ChangeSignatureAction, RenameAction, or any other action that de...
Community
ReSharper Open API / SDK
Can I programatically disable built-in refactorings?
0 votes
Created
August 01, 2013 12:14
Hi Jose. The context needs to have rules defined that can provide a collection of IReferences, a text selection, or a declared element. If it can't find any of those, the action will be unavailable...
Community
ReSharper Open API / SDK
How to implement the "rename resource" action in a plugin?
0 votes
Created
July 08, 2013 10:17
The ShortNameRange flag has been moved out of this class, because it's really a property of the type of code completion being attempted, rather than the ranges class. This has been removed in ReSha...
Community
ReSharper Open API / SDK
Token - CodeCompletion
0 votes
Created
July 16, 2013 09:47
OK. I hadn't quite joined the dots and realised that this request was linked to this: http://devnet.jetbrains.com/message/5491924#5491924So, that post shows how to get an event for when the code co...
Community
ReSharper Open API / SDK
Token - CodeCompletion
0 votes
«
First
‹
Previous
Next
›
Last
»