Jared Hester

Results 28 issues of Jared Hester

Is this the desired behavior for paths with spaces? `C:\Users\Jared\Portable Software\cmder\Cmder.exe` - works ![](http://i.imgur.com/y1B0d6J.png) `"C:\Users\Jared\Portable Software\cmder\Cmder.exe"` - fails ![](http://i.imgur.com/P5YvsdB.png)

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...

up-for-grabs
minor bug

The ability to generate override member scaffolding on a type that's inheriting an abstract class would be useful.

feature-request
easy

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...

enhancement
discussion

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...

enhancement
discussion

_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`...

enhancement
discussion

_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...

enhancement
discussion

- [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...

enhancement
discussion

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

enhancement
up-for-grabs
discussion

_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....

enhancement
up-for-grabs
discussion