-
Notifications
You must be signed in to change notification settings - Fork 9
Setup
Elazar Gershuni edited this page Jan 30, 2017
·
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
- if you use _CoqProject - start vscode via
code my/project/root
(orcode .
from the root folder of your project), or else select File|Open Folder... from vscode's menu. - 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:
- vscode documentation
(Press F1
and start typing "settings" to open either workspace/project or user settings.)
-
"coqtop.binPath": ""
-- specify the path to coqtop (e.g. "path/to/coq/bin/") -
"coqtop.args": []
-- an array of strings specifying additional command line arguments for coqtop -
"coqtop.loadCoqProject": true
-- set tofalse
to ignore _CoqProject