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
November 09, 2015 19:47
Thanks ! (again)
Community
ReSharper Open API / SDK
R9 => R10 migration (unit tests)
0 votes
Created
May 09, 2015 09:59
I only get a limited number of plugins offered - regardless of whether I search or click on 'most popular' etc...I just have four extensions listed. I have attached some screen shots..Attachment(s...
Community
ReSharper Open API / SDK
Extension Manger Sources
0 votes
Created
May 14, 2015 19:48
After a bit more research and using Wireshark...I've worked out the Extension Manager doesn't play nicely if there are two sources with the same name e.g. ".Net Products Gallery" (as in prior scree...
Community
ReSharper Open API / SDK
Extension Manger Sources
0 votes
Created
January 20, 2013 22:46
Thank you Matt - I've got something working based on your advice. How do I post code into the forum?
Community
ReSharper Open API / SDK
highlight test needs multiple projects loaded
0 votes
Created
January 16, 2013 21:23
Hello,take a look at the following static method - they may do what you need* AddNewItemUtil.AddFile* FileTemplatesManager.Instance.CreateFileFromTemplateRegards.
Community
ReSharper Open API / SDK
Create New C# File
0 votes
Created
January 08, 2013 22:17
I use the following as an alternative until the shortcuts within action.xml work...var dte = Shell.Instance.GetComponent<DTE>();var command = dte.Commands.Item(macroName);command.Bindings = new Obj...
Community
ReSharper Open API / SDK
Specifying shortcut keys in Actions.xml
0 votes
Created
October 14, 2013 19:18
I need to improve my tests for an 'ActionHandler' that is context specific (the file, project and where in the file the caret is located). It then presents a menu to the user using the JetPopupMenu...
Community
ReSharper Open API / SDK
Writing tests for a context menu
0 votes
Created
October 05, 2013 21:20
I've ended up with following code. Is their a better way to find the templates for the language I need? Is their an better way to go from 'ProjectLanguage' to 'PsiLanguageType' rather than using st...
Community
ReSharper Open API / SDK
Accessing all file Templates
0 votes
Created
October 07, 2013 21:51
Thank you. The code reads a little better now..var applicableFileTemplates = _fileTemplatesManager.FileTemplatesSupports.Where(s => s.Accepts(associatedProject));var applicableFileTemplateScopes = ...
Community
ReSharper Open API / SDK
Accessing all file Templates
0 votes
Created
May 07, 2013 21:26
Got it.. var declarationsCache = solution.GetPsiServices().Symbols.GetSymbolScope(LibrarySymbolScope.FULL, false, currentProject.GetResolveContext()); ITypeElement declaredElement ...
Community
ReSharper Open API / SDK
R#8 : does IDeclarationsCache & CacheManager still exist
0 votes
«
First
‹
Previous
Next
›
Last
»