spacemacs/contrib/!lang/fsharp
2015-06-11 21:31:42 -04:00
..
img Prefix categories with ! 2015-05-25 00:50:38 -04:00
packages.el Prefix categories with ! 2015-05-25 00:50:38 -04:00
README.org Fix various key bindings in converted READMEs 2015-06-11 21:31:42 -04:00

F# contribution layer for Spacemacs

/TakeV/spacemacs/media/commit/c44e496e1fe7e2871cf086b233ed62c5f15250d7/contrib/!lang/fsharp/img/fsharp.png

Table of Contents   TOC@4

Description

This layer adds support for F# language using fsharpbinding.

Packages Included

Install

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

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

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