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 25, 2013 16:50
It's possibly the test runner getting its knickers in a twist due to two SetUpFixtures with the same name and namespace, but in different projects. If you check the AssemblyInfo.cs file, you'll see...
Community
ReSharper Open API / SDK
Missing Assembly on First-Time Execution of R# Tests
0 votes
Created
November 25, 2013 16:44
Actually, ReSharper plugins can't do this. This requires extending the Visual Studio editor. ReSharper internally extends the VS editor to provide various highlights - the squiggly error and warnin...
Community
ReSharper Open API / SDK
Rendering #region directives as separators...
0 votes
Created
November 20, 2013 10:23
I'm not aware of it becoming null. I'll look into it. In the meantime, what information are you after? If it's the output path, you can use IProject.GetOutputFilePath() for that, and it won't be nu...
Community
ReSharper Open API / SDK
How to retrieve OutputAssemblyInfo for Project that does not compile?
0 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
«
First
‹
Previous
Next
›
Last
»