spacemacs/layers/+lang/fsharp
syl20bnr 9066d073b2 Fix (void-variable spacemacs-jump-handlers-....)
Move the variable definitions to config.el and eval-after-load the
key binding on SPC m g g.
2016-09-04 22:31:47 -04:00
..
img Use + instead of ! for layer categories 2015-09-11 00:13:51 -04:00
config.el Fix (void-variable spacemacs-jump-handlers-....) 2016-09-04 22:31:47 -04:00
packages.el Fix (void-variable spacemacs-jump-handlers-....) 2016-09-04 22:31:47 -04:00
README.org Format documenation files with doc-fmt tool 2016-04-12 23:31:38 -04:00

F# layer

/TakeV/spacemacs/media/commit/e0202848fd0be1fb2855b3cac0fe88efa9615c11/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