:lang fsharp

ML stands for Microsoft’s Language

1. Description

Adds F# support.

  • Code completion
  • eldoc support
  • Syntax checking

1.1. Maintainers

This module has no dedicated maintainers. Become a maintainer?

1.2. Module flags

+lsp
Enables LSP support for fsharp-mode. Requires :tools lsp and a langserver (supports lsp-fsharp).

1.4. Hacks

No hacks documented for this module.

2. Prerequisites

2.1. Mono

To get code completion/syntax checking when not using lsp, you will need to install mono.

2.1.1. OSX

Do NOT install mono via brew. See this issue.

2.1.2. Arch Linux

sudo pacman -S mono

2.2. LSP

The language server is automatically installed by lsp-fsharp.

3. TODO Usage

This module has no usage documentation yet. Write some?

4. TODO Configuration

This module has no configuration documentation yet. Write some?

5. Troubleshooting

There are no known problems with this module. Report one?

6. TODO Appendix

This module has no appendix yet. Write one?