Skip to content
CJ Bell edited this page Nov 4, 2016 · 4 revisions

Instructions

  1. install Coq 8.5
  2. install vscode
  3. run code
  4. install this extension: press F1 to open the command palette, start typing "Extensions: Install Extension", press enter, and search for vscoq
  5. select "enable" on the extension, or else manually reload or restart vscode

Basic usage

  • step forward: ctrl+alt+down
  • step backward: ctrl+alt+up
  • interpret to point: ctrl+alt+right
  • interpret to end: ctrl+alt+end
  • interpret to home (and reset Coq): ctrl+alt+home
  • interrupt computation: ctrl+alt+~
  • explore more commands: F1 and begin typing Coq:

Settings

(Press F1 and start typing "settings" to open either workspace/project or user settings.)

  • "coqtop.coqPath": "" -- specify the path to coqtop (e.g. "path/to/coq/bin/")
  • "coqtop.args": "" -- a string specifying additional command line arguments for coqtop
  • "coqtop.loadCoqProject": true -- set to false to ignore _CoqProject
Clone this wiki locally