Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Alcaeus Brown
Total activity
98
Last activity
August 18, 2019 21:26
Member since
January 06, 2013 21:59
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
27
Activity overview
Posts (22)
Comments (48)
Sort by recent activity
Recent activity
Votes
Created
July 19, 2014 10:53
Ok thanks. I will try hanging my project inspection of AssemblyInfo.cs for now
Community
ReSharper Open API / SDK
Code inspections at the project level
0 votes
Created
October 09, 2014 20:38
e.g. I need to do the following to ensure the class within the file is renamed tooEditorManager.GetInstance(solution).OpenProjectFile(projectFile, false);//needed to ensure class within file is ren...
Community
ReSharper Open API / SDK
IFileRenameProvider - only renames class within file if file is open in VS
0 votes
Created
October 03, 2014 20:53
The following ended up working for me (same as clicking refresh):var dte = Shell.Instance<DTE>.GetComponent(); dte.Commands.Raise("{1496A755-94DE-11D0-8C3F-00C04FC2AAE2}", 222, null, null);
Community
ReSharper Open API / SDK
Delete file and update Solution Explorer
0 votes
Created
October 03, 2014 21:11
This is part of some logic to delete orphaned project files. I have a QuickFix to handle my highlighting...so I get a 'delete file' action for each highlighting. Is there an easy way to then add an...
Community
ReSharper Open API / SDK
Delete file and update Solution Explorer
0 votes
Created
May 13, 2015 20:34
I've tried a few more machines and I don't think the extension download screen (or perhaps the webservice) is working as expected for 'most downloaded' On a machine at work R#8.2 the 'most downloa...
Community
ReSharper Open API / SDK
Extension Manger Sources
0 votes
Created
February 16, 2015 19:30
Hi Matt, do you have an update on unit testing R#9 plugins? Regards...
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
April 13, 2015 20:34
Matt - it is working for me. YAY, at last I feel like I can release a 9.1 version of my plugin. Two related questions... 1) do we still need to change our package ID between 9.0 and 9.1 ? 2) I ...
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
April 14, 2015 20:15
Hi Matt, I am using the one from XUnit that you linked. It looks the same.
Community
ReSharper Open API / SDK
Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
0 votes
Created
April 20, 2015 18:57
http://testcop.codeplex.com/SourceControl/latest#Project/Src/TestCop.Plugin/QuickFixActions/DeleteFileBulbItem.cspublic IEnumerable<IntentionAction> CreateBulbItems() { ...
Community
ReSharper Open API / SDK
How to implement Bulk Actions in R9?
0 votes
Created
April 21, 2015 19:43
Apologies. My instant thought was bulk action within a single file
Community
ReSharper Open API / SDK
How to implement Bulk Actions in R9?
0 votes
«
First
‹
Previous
Next
›
Last
»