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
April 21, 2015 19:45
No need to apologise :) But I'm not sure what you mean about bulk actions in a single file?
Community
ReSharper Open API / SDK
How to implement Bulk Actions in R9?
0 votes
Created
April 21, 2015 13:44
You need to add a nuget.config file, as detailed here: https://devnet.jetbrains.com/message/5539431#5539480. This tells the test framework where to download a set of packages that represent differe...
Community
ReSharper Open API / SDK
"Can't find package JetBrains.Tests.Platform.NETFrameWork 4.5 Expected: not null But was: null" in highlighting tests
0 votes
Created
April 10, 2015 15:33
If you use ElementProblemAnalyzer, your zone marker should also require DaemonZone. You should be able to see this in the log files, if you configure verbose logging: https://www.jetbrains.com/resh...
Community
ReSharper Open API / SDK
Install the local copy of the extension is failed
0 votes
Created
March 10, 2015 14:54
Ah, yes, sorry, I was looking at ReSharper 8 for Daemon. IDaemon is what you use for ReSharper 9. And yes, IDaemon.Invalidate only works on visible documents. If you're talking about results in Sol...
Community
ReSharper Open API / SDK
Invalidate highlightings on settings change
0 votes
Created
March 23, 2015 17:07
I've been speaking to the dev team, and there isn't really a perfect solution to this. It is possible to invalidate specific files, by calling SolutionAnalysisManager.ReanalyseFile. You could also ...
Community
ReSharper Open API / SDK
Invalidate highlightings on settings change
0 votes
Created
March 23, 2015 17:58
There already is a Refresh button on the toolbar for inspection results. This should reanalyse.
Community
ReSharper Open API / SDK
Invalidate highlightings on settings change
0 votes
Created
February 16, 2015 14:12
You can use IPropertyBodyHelper.GetBackingField to return you back an IField, and then use GetDeclarations to get any IFieldDeclarations. This will only work for simple properties with backing fiel...
Community
ReSharper Open API / SDK
How can I get the backing Field for a property in a Action
0 votes
Created
December 15, 2014 22:10
Is that the installer log? What about the main product log? Is there anything there for Resharper.TestCop?Is your zone marker the same as the example one? For now, it should have no other interface...
Community
ReSharper Open API / SDK
Help need migrating plugin from R#8 to R#9
0 votes
Created
February 06, 2015 09:31
Nope, you just need to specify the shortcuts on the Action attribute. These are used to statically register the actions as VS commands during installation. Because the VS commands are statically re...
Community
ReSharper Open API / SDK
Help need migrating plugin from R#8 to R#9
0 votes
Created
February 05, 2015 20:27
The devguide has a section on how to create a compiled icon. This should allow you to add your own custom icons. What kind of issues are you seeing?
Community
ReSharper Open API / SDK
How to set image for context menu action
0 votes
«
First
‹
Previous
Next
›
Last
»