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
December 18, 2012 21:44
Hi Ivan. I've just tried your code against a project that has the IntermediateOutputPath property set in the .csproj file, and it works fine - it sees the right value. I did have to manually edit t...
Community
ReSharper Open API / SDK
ManagedProjectConfiguration.IntermediateDirectory doesn't return expected value
0 votes
Created
December 06, 2012 11:17
Yep, the issue is that you're trying to test a .net 4 project. The test system creates a temp solution and project to host your test files in, allowing ReSharper to parse or otherwise handle the fi...
Community
ReSharper Open API / SDK
DeclaredElement return type is ???
0 votes
Created
November 28, 2012 16:29
I'm not sure what NamingSettingsManager is - it wasn't in 6.1, 7.0 and it's not in 7.1. There is however NameSuggestionManager, which allows you to create instances of INamesCollection. Is that wha...
Community
ReSharper Open API / SDK
NamingSettingsManager cannot not be found in SDK 7.1
0 votes
Created
November 05, 2012 15:22
When do you want the tests to run? Looking at the code, the first thing that strikes me is that you're trying to run tests from the constructor of your component. It would make more sense to run th...
Community
ReSharper Open API / SDK
Make Tests Run After Event
0 votes
Created
October 31, 2012 01:50
Hi Jonathan. Thanks for the comment. Yes, a QuickFix is wired up to the alt-enter menu based on the type of the highlighting applied to the code under the cursor. ReSharper looks for a constructor ...
Community
ReSharper Open API / SDK
What is the IContextAction that provides the Create Class Quick Fix?
0 votes
Created
October 02, 2012 15:17
Hi Bred. I'm assuming you mean the Unit Test Session window, which displays the tests as they are run.You should be able to add actions to the context menu by editing your actions.xml file and addi...
Community
ReSharper Open API / SDK
Right click context menu in unit test session; possible to add a menu item?
0 votes
Created
January 21, 2014 15:16
OK. Glad it's working again.
Community
ReSharper Open API / SDK
Unknown Switch :ReSharper.Plugin problem
0 votes
Created
December 20, 2013 15:54
Given an IProperty, you can use the ReturnType property to get the type of the property, e.g. List<Dog>. This gives you an IType, but you need to convert this to an instance of ITypeElement, so you...
Community
ReSharper Open API / SDK
How to I get the underlying type of a generic list from a property: List<Dog>
0 votes
Created
December 16, 2013 15:38
It's already there! http://www.nuget.org/packages/JetBrains.ReSharper.SDK/8.1.555
Community
ReSharper Open API / SDK
ETA for R# 8.1 RTM SDK on NuGet
0 votes
Created
December 11, 2013 11:15
You can use the TypeElementUtil.GetAllSuperTypes extension method on IClass (well, ITypeElement) to return a list of declared elements that represent the hierarchy. You can then examine each elemen...
Community
ReSharper Open API / SDK
How to I find out if an class inherits from another type: class Dogs : List<Dog>
0 votes
«
First
‹
Previous
Next
›
Last
»