Skip to content

[FEATURE]:FSharp LSP #5535

@Thorium

Description

@Thorium

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

I see that "fsharp" language files are defined in the Opencode configs *.fs, *.fsx and *.fsi but the F# LSP is not installed by default.

LSP for F# is very simple to setup:

  1. dotnet tool install fsautocomplete -g
  2. Add the following section to the opencode.json:
  "lsp": {
    "fsharp": {
      "command": ["fsautocomplete"],
      "extensions": [".fs", ".fsx", ".fsi"]
    }
  }

...and it works! It would be nice to have this enabled by default in the installation.

Image

Metadata

Metadata

Assignees

Labels

discussionUsed for feature requests, proposals, ideas, etc. Open discussiongood first issueGood for newcomershelp-wanted

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions