src/Tools/VSCode/extension/README.md
author wenzelm
Mon, 12 Jun 2017 15:40:40 +0200
changeset 66070 65a68dcd95c3
parent 65172 365e97f009ed
child 66218 a30bf1c755c1
permissions -rw-r--r--
dynamic configuration of prettify-symbols-mode, similar to VSCoq;

# Isabelle Prover IDE support

This extension connects to the Isabelle Prover IDE infrastructure, using the
VSCode Language Server protocol. This requires a recent development version of
Isabelle from 2017, see also:

  * http://isabelle.in.tum.de/devel
  * http://isabelle.in.tum.de/repos/isabelle/file/tip/src/Tools/VSCode


## Important User Settings ##

  * On Linux and Mac OS X: `isabelle.home` points to the main Isabelle
    directory (`$ISABELLE_HOME`).

  * On Windows: `isabelle.home` as above, but in Windows path notation with
    drive-letter and backslashes.


## Isabelle symbols ##

Isabelle symbols like `\<forall>` are rendered using the extension "Prettify
Symbols Mode", which needs to be installed separately.