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
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
Created
December 19, 2014 21:50
I've found an example [Action("&Go to Line...", Id = 3246, IdeaShortcuts = new string[] {"Control+G"}, VsShortcuts = new string[] {"Control+G"})] public class GotoLineActionHandler : IExecutableA...
Community
ReSharper Open API / SDK
Help need migrating plugin from R#8 to R#9
0 votes
Created
February 06, 2015 20:33
Hello Viktar, I too could only get the shortcut to take effect if I asked it to 'reapply shortcuts'. In the end I decided to just stick with the workaround I put in place for R#8 and map the short...
Community
ReSharper Open API / SDK
Help need migrating plugin from R#8 to R#9
0 votes
Created
November 03, 2015 21:43
Exactly what I needed...thanks.
Community
ReSharper Open API / SDK
How to handle // ReSharper disable once XXXX
0 votes
Created
October 28, 2015 22:37
var typeElement = declaredElement as ITypeElement; if (typeElement == null) return; typeElement.GetSourceFiles().First().ToProjectFile()
Community
ReSharper Open API / SDK
IFileRenameProvider --> IProjectFile
0 votes
Created
September 07, 2015 19:43
THANKS ! Deleting my debug & release folders fixed the problem .
Community
ReSharper Open API / SDK
R9.1=>9.2 Tests migration - CollectSubplatformPackages
0 votes
Created
July 15, 2015 19:19
Looks like they are now :)
Community
ReSharper Open API / SDK
Downloads are not incrementing for R#8.2 plugins
0 votes
Created
March 22, 2016 21:09
That fixed it. Thank you. I never would have identified it without your help.
Community
ReSharper Open API / SDK
10.1 EAP and RegisterConfigurableSeverity
0 votes
Created
March 19, 2016 09:11
Hi, basically the following statement doesn't work for me... // ReSharper disable once TestClassNameDoesNotMatchFileNameWarning and when I add it...the exception is thrown. I will dig through the...
Community
ReSharper Open API / SDK
10.1 EAP and RegisterConfigurableSeverity
0 votes
«
First
‹
Previous