-
Notifications
You must be signed in to change notification settings - Fork 9
Setup
CJ Bell edited this page Nov 4, 2016
·
4 revisions
- install Coq 8.5
- install vscode
- run
code
- install this extension: press
F1
to open the command palette, start typing "Extensions: Install Extension", pressenter
, and search forvscoq
- select "enable" on the extension, or else manually reload or restart vscode
- 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 typingCoq:
(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 tofalse
to ignore _CoqProject