spacemacs/layers/+lang/fsharp
2016-03-30 22:59:55 -04:00
..
img
packages.el Use evil in holy-mode 2016-03-13 21:16:55 -04:00
README.org Convert org doc files with doc-fmt 2016-03-30 22:59:55 -04:00

F# layer

/TakeV/spacemacs/media/commit/bdbe05e615068c8f497300e750a82fe711ac8a79/layers/+lang/fsharp/img/fsharp.png

Description

This layer adds support for F# language using fsharpbinding.

Packages Included

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add fsharp to the existing dotspacemacs-configuration-layers list in this file.

Key Bindings

Key Binding Description
SPC m c c Build the project
SPC m g g Go to definition at point
SPC m h t Show tooltip help at point

REPL

Key Binding Description
SPC m s b Send buffer to the REPL
SPC m s B Send buffer to the REPL and switch to the REPL in insert state
SPC m s i Start a REPL
SPC m s p Send phrase to the REPL
SPC m s P Send phrase to the REPL and switch to the REPL in insert state
SPC m s r Send region to the REPL
SPC m s R Send region to the REPL and switch to the REPL in insert state
SPC m s s Show the REPL