fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

VSLanguageService -> FSharp.Editing #1412

Open cloudRoutine opened 7 years ago

cloudRoutine commented 7 years ago

Dependent upon completion of Open Documents Tracker #1410

Much of the functionality of the VSLanguageService can be moved to the LanguageService

Code Located @ https://github.com/fsprojects/VisualFSharpPowerTools/blob/master/src/FSharp.Editing.VisualStudio/ProjectSystem/VSLanguageService.fs https://github.com/fsprojects/VisualFSharpPowerTools/blob/master/src/FSharp.Editing/ProjectSystem/LanguageService.fs

vasily-kirichenko commented 7 years ago

I don't think LanguageService should accumulate more functionality. In fact, I'd like make it lighter. Feature specific code should be spread among other types.