Skip to content

Latest commit

 

History

History
131 lines (66 loc) · 3.06 KB

FEATURES.md

File metadata and controls

131 lines (66 loc) · 3.06 KB

Typecheck the open file

typechecking

Show the type of an identifier

typeof

Show the documentation for an identifier

docsfor

Show the definition of an identifier

definition

List all currently active holes

showholes

Generate an initial pattern match clause

addclause

Generate an initial pattern match clause when trying to prove a type

addproofclause

Generate a case split for a pattern variable

casesplit

Attempt to fill out holes by proof search

proofsearch

Create a with-rule pattern match template for a clause of a function

makewith

Create a case pattern match template for a hole

makecase

Create a top level function with a type which solves the hole under the cursor

makelemma

Search names, types and documentation

apropos

Evaluate the selected code

eval-selection

Start or Refresh the REPL

start-refresh-repl

Send the selected code to the REPL

send-selection-repl

iPKG completion

ipkg

Code completion

completion

Show type definition on hover

hover

Cleanup Idris binary files (*.ibc)

cleanup-ibc

Go to Definition and Peek Definition

find-definition

Go to Symbol (Outline symbols in currently open file)

go-to-symbol

Search Symbol (Outline symbols in currently open project)

search-symbol

Find All References

find-all-references

Rename Symbol

rename-symbol

Change all occurrences

change-occurrences

Latex snippets

latex-snippets

Literate Idris

literate-idris

Typecheck on file save

typechecing-on-save

Create a new project, with scaffolding

new-project

Search for a function by type signature

search

Highlight symbols matching the selected symbol

document-highlights

Parameter hints

parameter-hints