Alcaeus Brown
- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 27
-
Created Extension Manger Sources
Q: Can someone confirm the correct URLs for the Extension manager to check? I currently have https://resharper-plugins.jetbrains.com/api/v2/curated-feeds/Wave_v2.0/ https://resharper-plugins.jetbr... -
Created Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
Looking at some other plugins I've updated my assemblyinfo.cshttps://testcop.codeplex.com/SourceControl/latest#Project/Src/TestCop.Plugin.Tests/Properties/AssemblyInfo.cs However I get some excepti... -
Created Help need migrating plugin from R#8 to R#9
I have my plugin compiling with R#9 SDK and I believe it installed ok using extensions manager pointing to a local nuget package. However...it isn't loading within VS. I am running VS with /Resharp... -
Created R#9 : Testing SDK : ReSharperTestEnvironmentAssembly
Hi, Can anyone help me out with migrating plugin code to R#9? My unit tests have a couple of reference I am struggling to resolve...First one is: ReSharperTestEnvironmentAssembly - seems to no long... -
Created When will the R#9 nuget SDK be available?
When will the R#9 nuget SDK be available ? Keen to get recompiling.... -
Created IFileRenameProvider - only renames class within file if file is open in VS
Hi, As part of an extension for a file rename refactoring I am returning FileRename from GetFileRenames.My class has the FileRenameProvider attribute. All works as expected (the code gets called a... -
Created Delete file and update Solution Explorer
Hello. I have an 'orphaned file' - one that is not part of the project but only visible within VS Solution explorer if I select 'view all files'. I have tried numerous ways to delete the file and ... -
Created Code inspections at the project level
I have existing code that parses code files via implementing IDaemonStageProcess. However, I'd like to also write some solution inspections that are focused on the root project itself. It appears t... -
Created Writing tests for a context menu
The time has come for me to write some more tests to validate the menu items presented by the jet menu (not highlightings) - these items are project, file and line specific.I need to have a test l... -
Created Accessing all file Templates
I have 2 small issues that a dotPeek of "FileTemplatesManager" isn't showing a simple solution for. Can anyone offer some insight please ?Q1: I'd like to access the full list of available file temp...