spacemacs/contrib/lang/fsharp
2015-03-13 23:24:17 -04:00
..
img Add fsharp layer 2015-03-13 23:24:17 -04:00
extensions.el Add fsharp layer 2015-03-13 23:24:17 -04:00
packages.el Add fsharp layer 2015-03-13 23:24:17 -04:00
README.md Add fsharp layer 2015-03-13 23:24:17 -04:00

F# contribution layer for Spacemacs

logo_fsharp

Description

This layer adds support for F# language using fsharpbindng.

Packages Included

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(fsharp))

Key Bindings

Compilation

Key Binding       |                 Description

----------------------|------------------------------------------------------------ mcc | Build the project

Navigation

Key Binding       |                 Description

----------------------|------------------------------------------------------------ mcd | Go to definition at point men | Next error mep | Previous error

REPL

Key Binding       |                 Description

----------------------|------------------------------------------------------------ mer | Evaluate region mep | Evaluate phrase mef | Evaluate buffer mss | Start REPL

Helpers (documentation, info)

Key Binding       |                 Description

----------------------|------------------------------------------------------------ mst | Show tooltip at point