Skip to content

swr1bm86/vscode-idris

Repository files navigation

Idris for Visual Studio Code

Version Installs Ratings

Build Status Build Status

Implemented features

Screenshots

command shortcut
Typechecking shift + cmd/ctrl + t
Show the types of a variable shift + cmd/ctrl + o
Show the doc for a variable shift + cmd/ctrl + d
Show the doc for a definition shift + cmd/ctrl + f
Show holes shift + cmd/ctrl + h
Add clause shift + cmd/ctrl + a
Split case shift + cmd/ctrl + c
Search proof shift + cmd/ctrl + s
Make with shift + cmd/ctrl + w
Make case shift + cmd/ctrl + m
Make lemma shift + cmd/ctrl + l
Apropos shift + cmd/ctrl + k
Eval current line shift + cmd/ctrl + e
Start / Refresh REPL shift + cmd/ctrl + r
Send selection to REPL shift + cmd/ctrl + x
  • ipkg highlighting
  • Auto completion
  • Show type definition on hover
  • Type checking on saving file

Installation

  1. Within Visual Studio Code, open the command palette (Ctrl-Shift-P / Cmd-Shift-P).
  2. Select Install Extension and search for 'Idris' or run ext install Idris.
  3. Download Idris and make sure the idris executable is on your PATH.

Acknowledgements

License

BSD 3-Clause, the same as Idris.