Jared Hester
Jared Hester
Is this the desired behavior for paths with spaces? `C:\Users\Jared\Portable Software\cmder\Cmder.exe` - works  `"C:\Users\Jared\Portable Software\cmder\Cmder.exe"` - fails 
When I generate the metadata for [`HostWorkspaceServices`](http://source.roslyn.io/#Microsoft.CodeAnalysis.Workspaces/Workspace/Host/HostWorkspaceServices.cs) ```csharp namespace Microsoft.CodeAnalysis.Host { /// /// Per workspace services provided by the host environment. /// public abstract class HostWorkspaceServices { /// /// The...
The ability to generate override member scaffolding on a type that's inheriting an abstract class would be useful.
This issue tracks to overall progress of refactoring the VisualFSharpPowerTools codebase and moving functionality and core business logic to FSharp.Editing from FSharp.Editing.VisualStudio to enable out of process execution of FCS...
In order to move the functionality of some of the features over to VFPT.Core we need an open documents tracker on the Core side that will store the dirty buffers...
_Dependent upon completion of Open Documents Tracker_ #1410 `IProjectProvider` interface will be defined and the `ProjectProvider` type will be implemented in VFPT.Core. (Logic may still need to have a `VsProjectProvider`...
_Dependent upon completion of Open Documents Tracker #1410_ Much of the functionality of the `VSLanguageService` can be moved to the `LanguageService` - unsure how to address `buildQueryLexState`, to start ignore...
- [x] NavigableItemCache - [ ] NavigateToItem The Cache implementation needs to be changed so that it's built around projects instead of solutions to avoid the duplication of projects that...
Should be able to move this without any changes (besides removing the unused open for `FSharpVSPowerTools.ProjectSystem`) Code Located @ https://github.com/fsprojects/VisualFSharpPowerTools/blob/master/src/FSharp.Editing.VisualStudio/Navigation/ReferenceSourceProvider.fs
_Dependent upon completion of VSLanguageService #1412_ It should be possible to move part of the functionality in the classifier to Core, but this will require restructuring some of the functions....