dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.82k stars 773 forks source link

Structure LSP for better colalboration #17246

Closed vzarytovskii closed 1 month ago

vzarytovskii commented 1 month ago

@abonie I made some changes to structure of the project (including separating handlers to files, etc), to make it easier to work on so we aren't overlapping in our changes (I want to add hover provider).

I hope it won't interfere with your changes?

abonie commented 1 month ago

Looks good, feel free to merge