Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.78 KB

README.org

File metadata and controls

46 lines (37 loc) · 1.78 KB

F# layer

img/fsharp.png

Table of Contents

Description

This layer adds support for F# language using fsharpbinding and fsharp-mode.

Features:

  • Syntax highlighting
  • Code completion
  • Flycheck integration
  • REPL
  • Compile/Run/Interpreter and info tooltip shortcuts

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