| command | shortcut |
|---|---|
| Typechecking | shift + cmd/ctrl + t |
| Showing the types of a variable | shift + cmd/ctrl + o |
| Showing the doc for a variable | shift + cmd/ctrl + d |
| Showing the doc for a definition | shift + cmd/ctrl + f |
| Showing holes | shift + cmd/ctrl + h |
| Clause-adding | shift + cmd/ctrl + a |
| Case-splitting | shift + cmd/ctrl + c |
| Proof-search | 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 |
| REPL | shift + cmd/ctrl + r |
- ipkg highlighting
- autocompletion
- Within Visual Studio Code, open the command palette (Ctrl-Shift-P / Cmd-Shift-P).
- Select
Install Extensionand search for 'Idris' or runext install Idris.
- Grammar file is taken from idris-sublime.
- Internal design is inspired by atom-language-idris.
BSD 3-Clause, the same as Idris.