Skip to content

Latest commit

 

History

History
101 lines (51 loc) · 2.04 KB

FEATURES.md

File metadata and controls

101 lines (51 loc) · 2.04 KB

Typechecking

(shift + cmd/ctrl + t)

typechecking

Showing the type of an identifier

(shift + cmd/ctrl + o)

typeof

Showing the docs for an identifier

(shift + cmd/ctrl + d)

docsfor

Showing the definition for an identifier

(shift + cmd/ctrl + f)

definition

List all the currently active holes

(shift + cmd/ctrl + h)

showholes

Generate an initial pattern match clause

(shift + cmd/ctrl + a)

addclause

Generate a case split for the pattern variable

(shift + cmd/ctrl + c)

casesplit

Attempt to fill out the holes by proof search

(shift + cmd/ctrl + s)

proofsearch

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

(shift + cmd/ctrl + w)

makewith

Create a case pattern match template for the holes

(shift + cmd/ctrl + m)

makecase

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

(shift + cmd/ctrl + l)

makelemma

Search names, types and documentations

(shift + cmd/ctrl + k)

apropos

Evaluate current line of code in editor

(shift + cmd/ctrl + e)

eval-line

Start or Refresh REPL

(shift + cmd/ctrl + r)

start-refresh-repl

Send selected text to REPL

(shift + cmd/ctrl + x)

send-selection-repl

ipkg highlighting

ipkg

Code completion

completion

Show type definition on hover

hover