|
1 | 1 | ### Typechecking |
2 | 2 |
|
3 | | -`(shift + cmd/ctrl + t)` |
4 | | - |
5 | 3 |  |
6 | 4 |
|
7 | 5 | ### Showing the type of an identifier |
8 | 6 |
|
9 | | -`(shift + cmd/ctrl + o)` |
10 | | - |
11 | 7 |  |
12 | 8 |
|
13 | 9 | ### Showing the docs for an identifier |
14 | 10 |
|
15 | | -`(shift + cmd/ctrl + d)` |
16 | | - |
17 | 11 |  |
18 | 12 |
|
19 | 13 | ### Showing the definition for an identifier |
20 | 14 |
|
21 | | -`(shift + cmd/ctrl + f)` |
22 | | - |
23 | 15 |  |
24 | 16 |
|
25 | 17 | ### List all the currently active holes |
26 | 18 |
|
27 | | -`(shift + cmd/ctrl + h)` |
28 | | - |
29 | 19 |  |
30 | 20 |
|
31 | 21 | ### Generate an initial pattern match clause |
32 | 22 |
|
33 | | -`(shift + cmd/ctrl + a)` |
34 | | - |
35 | 23 |  |
36 | 24 |
|
37 | | -### Generate a case split for the pattern variable |
| 25 | +### Generate an initial pattern match clause when trying to proof a type |
| 26 | + |
| 27 | + |
38 | 28 |
|
39 | | -`(shift + cmd/ctrl + c)` |
| 29 | +### Generate a case split for the pattern variable |
40 | 30 |
|
41 | 31 |  |
42 | 32 |
|
43 | 33 | ### Attempt to fill out the holes by proof search |
44 | 34 |
|
45 | | -`(shift + cmd/ctrl + s)` |
46 | | - |
47 | 35 |  |
48 | 36 |
|
49 | 37 | ### Create a with rule pattern match template for the clause of function |
50 | 38 |
|
51 | | -`(shift + cmd/ctrl + w)` |
52 | | - |
53 | 39 |  |
54 | 40 |
|
55 | 41 | ### Create a case pattern match template for the holes |
56 | 42 |
|
57 | | -`(shift + cmd/ctrl + m)` |
58 | | - |
59 | 43 |  |
60 | 44 |
|
61 | 45 | ### Create a top level function with a type which solves the hole under the cursor |
62 | 46 |
|
63 | | -`(shift + cmd/ctrl + l)` |
64 | | - |
65 | 47 |  |
66 | 48 |
|
67 | 49 | ### Search names, types and documentations |
68 | 50 |
|
69 | | -`(shift + cmd/ctrl + k)` |
70 | | - |
71 | 51 |  |
72 | 52 |
|
73 | 53 | ### Evaluate selected code in editor |
74 | 54 |
|
75 | | -`(shift + cmd/ctrl + e)` |
76 | | - |
77 | 55 |  |
78 | 56 |
|
79 | 57 | ### Start or Refresh REPL |
80 | 58 |
|
81 | | -`(shift + cmd/ctrl + r)` |
82 | | - |
83 | 59 |  |
84 | 60 |
|
85 | 61 | ### Send selected code to REPL |
86 | 62 |
|
87 | | -`(shift + cmd/ctrl + x)` |
88 | | - |
89 | 63 |  |
90 | 64 |
|
91 | 65 | ### ipkg highlighting |
|
126 | 100 |
|
127 | 101 | ### Latex snippets |
128 | 102 |
|
129 | | - |
| 103 | + |
| 104 | + |
| 105 | +### Literate Idris |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | +### Type checking on saving file |
| 110 | + |
| 111 | + |
0 commit comments