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 08, 2013 12:18
Agreed. I am trying to update the docs, in between everything else. One thing you can do to get a list of useful base classes is to find the derived classes of BaseTest, BaseTestWithSolution and Ba...
Community
ReSharper Open API / SDK
How to obtain IType/ITypeElement for Testing?
0 votes
Created
November 20, 2013 11:43
As far as I can see, the OutputAssemblyInfo property is only set once there is a successfully built assembly. It appears to get the info from the assembly itself, rather than the source - it has th...
Community
ReSharper Open API / SDK
How to retrieve OutputAssemblyInfo for Project that does not compile?
0 votes
Created
November 07, 2013 16:25
RawVsServiceProvider wraps a Visual Studio interface, and is used to get Visual Studio services. Since the tests don't run inside Visual Studio, this class can't do anything and doesn't get registe...
Community
ReSharper Open API / SDK
Is RawVsServiceProvider not Available in Tests?
0 votes
Created
November 08, 2013 11:50
I haven't tried adding a component in tests. Generally, the container is created based on a manifest that's compiled into the SDK assemblies. It might be possible to just have a class in your test ...
Community
ReSharper Open API / SDK
Is RawVsServiceProvider not Available in Tests?
0 votes
Created
November 11, 2013 15:36
That list is the list of interfaces implemented by Visual Studio that are exposed by ReSharper's component model, but they can only be exposed when your plugin is run inside Visual Studio - ReSharp...
Community
ReSharper Open API / SDK
Is RawVsServiceProvider not Available in Tests?
0 votes
Created
November 12, 2013 11:49
I'm interested in the integration between the R# plugin and the VSPackage. I've got a project which is intended to make it a bit easier to handle extensions that are both R# plugins and VSPackages ...
Community
ReSharper Open API / SDK
Is RawVsServiceProvider not Available in Tests?
0 votes
Created
October 14, 2013 09:44
What do you mean by "jet menu"? Are you creating a custom context menu, or is it bulb items (quick-fix and context actions) that you want to test?
Community
ReSharper Open API / SDK
Writing tests for a context menu
0 votes
Created
October 07, 2013 10:22
You can't rely on string comparison between ProjectLanguage and PsiLanguageType, since there are more PsiLanguageTypes than ProjectLanguages. The ProjectLanguage type is used to show the project's ...
Community
ReSharper Open API / SDK
Accessing all file Templates
0 votes
Created
August 16, 2013 16:07
Not really, no. ILookupItem can represent any kind of lookup item - method, property, keyword, live template and so on. So, there is no direct way to get at this information. You could try to downc...
Community
ReSharper Open API / SDK
Retrieve "fully-qualified-name" from ILookupItem
0 votes
Created
August 19, 2013 09:39
No, there isn't another way to get the qualified name for each element in the open code completion window, because the items in the window might not have fully qualified names, e.g. keywords or liv...
Community
ReSharper Open API / SDK
Retrieve "fully-qualified-name" from ILookupItem
0 votes
«
First
‹
Previous
Next
›
Last
»