Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.7 KB

README.org

File metadata and controls

44 lines (33 loc) · 1.7 KB

F# layer

img/fsharp.png

Table of Contents

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 BindingDescription
SPC m c cBuild the project
SPC m g gGo to definition at point
SPC m h tShow tooltip help at point

REPL

Key BindingDescription
SPC m s bSend buffer to the REPL
SPC m s BSend buffer to the REPL and switch to the REPL in insert state
SPC m s iStart a REPL
SPC m s pSend phrase to the REPL
SPC m s PSend phrase to the REPL and switch to the REPL in insert state
SPC m s rSend region to the REPL
SPC m s RSend region to the REPL and switch to the REPL in insert state
SPC m s sShow the REPL