Skip to content

Other LSPs needed for dotnet #18

@qrzychu

Description

@qrzychu

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions