-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
C# is only part of the dotnet developer experience, so there are some missing pieces:
- F# - FsAutoComplete
- razor (cshtml and Blazor) - rzls for neovim
- sln/csproj/fsproj files - these are XML project files, it's probably just enough to load XSD schema
Some of that will be covered by #11
Can Zed handle one LSP calling another one? It's quite common to have a mixed C# and F# solution (like a group of projects), where you can call C# from F# and the other way. Go to definition
can work between the two LSPs if they delegate it between each other.
It would be amazing if this became just "dotnet extension", encapsulating everything as needed.
Metadata
Metadata
Assignees
Labels
No labels