Skip to content

Releases: monadius/vscode-hol-light

v2.1.2

19 Oct 01:00
f2daeb0
Compare
Choose a tag to compare

Notes from v2.1.0:

  • Added a HOL Light server which enhances the extension capabilities.
  • Improved text highlighting and hover messages with a HOL Light server.
  • HOL Light files can be opened as interactive notebooks (a HOL Light server is required).
  • A special view with search results (a HOL Light server is required).
  • Completion suggestions for imports (e.g., after needs).
  • New command HOL Light: Send All Statements before the Cursor Position to REPL:
    evaluate everything up to the cursor position (default shortcut Alt+A).
  • New command HOL Light: Set Current Working Directory: sets the current working
    directory of a REPL.
  • Removed the configuration option simpleSelection.

v2.1.0

30 Aug 23:38
658b930
Compare
Choose a tag to compare
  • Added a HOL Light server which enhances the extension capabilities.
  • Improved text highlighting and hover messages with a HOL Light server.
  • HOL Light files can be opened as interactive notebooks (a HOL Light server is required).
  • A special view with search results (a HOL Light server is required).
  • Completion suggestions for imports (e.g., after needs).
  • New command HOL Light: Send All Statements before the Cursor Position to REPL:
    evaluate everything up to the cursor position (default shortcut Alt+A).
  • New command HOL Light: Set Current Working Directory: sets the current working
    directory of a REPL.
  • Removed the configuration option simpleSelection.

v2.0.0

08 Jun 02:13
5c8ea2b
Compare
Choose a tag to compare

All open HOL Light files and their dependencies are parsed and an index of definitions and modules is created. This index is used for autocompletion, hover info messages, and Go to Definition features.

v1.0.0

24 Apr 00:34
8838a11
Compare
Choose a tag to compare

The first published release. Can be installed directly from https://marketplace.visualstudio.com/items?itemName=monadius.hol-light-simple

v0.3.0

04 Apr 03:32
220050c
Compare
Choose a tag to compare
  • A new algorithm for selecting statements and HOL terms which correctly handles comments and string literals.
  • Improved syntax highlighting for HOL type annotations.