|
1 | | -Complete src/Throw.res 3:22 |
2 | | -posCursor:[3:22] posNoWhite:[3:21] Found expr:[3:11->3:22] |
3 | | -posCursor:[3:22] posNoWhite:[3:21] Found expr:[3:17->3:22] |
4 | | -Pexp_ident throw:[3:17->3:22] |
5 | | -Completable: Cpath Value[throw] |
| 1 | +Complete src/Throw.res 3:21 |
| 2 | +posCursor:[3:21] posNoWhite:[3:20] Found expr:[3:11->3:21] |
| 3 | +posCursor:[3:21] posNoWhite:[3:20] Found expr:[3:17->3:21] |
| 4 | +Pexp_ident thro:[3:17->3:21] |
| 5 | +Completable: Cpath Value[thro] |
6 | 6 | Package opens Stdlib.place holder Pervasives.JsxModules.place holder |
7 | 7 | Resolved opens 1 Stdlib |
8 | | -ContextPath Value[throw] |
| 8 | +ContextPath Value[thro] |
| 9 | +Path thro |
9 | 10 | [{ |
10 | | - "label": "MyCustomThingToThrow", |
| 11 | + "label": "throw(MyCustomThingToThrow)", |
11 | 12 | "kind": 12, |
12 | 13 | "tags": [], |
13 | 14 | "detail": "User-defined Exception", |
14 | 15 | "documentation": null, |
15 | | - "insertText": "(MyCustomThingToThrow($0))", |
| 16 | + "filterText": "throw", |
| 17 | + "insertText": "throw(MyCustomThingToThrow($0))", |
16 | 18 | "insertTextFormat": 2 |
17 | 19 | }, { |
18 | | - "label": "NoArgsToThrow", |
| 20 | + "label": "throw(NoArgsToThrow)", |
19 | 21 | "kind": 12, |
20 | 22 | "tags": [], |
21 | 23 | "detail": "User-defined Exception", |
22 | 24 | "documentation": null, |
23 | | - "insertText": "(NoArgsToThrow)", |
| 25 | + "filterText": "throw", |
| 26 | + "insertText": "throw(NoArgsToThrow)", |
24 | 27 | "insertTextFormat": 2 |
25 | 28 | }, { |
26 | | - "label": "Not_found", |
| 29 | + "label": "throw(Not_found)", |
27 | 30 | "kind": 12, |
28 | 31 | "tags": [], |
29 | 32 | "detail": "Built-in Exception", |
30 | 33 | "documentation": null, |
31 | | - "insertText": "(Not_found($0))", |
| 34 | + "filterText": "throw", |
| 35 | + "insertText": "throw(Not_found($0))", |
32 | 36 | "insertTextFormat": 2 |
33 | 37 | }, { |
34 | | - "label": "Invalid_argument", |
| 38 | + "label": "throw(Invalid_argument)", |
35 | 39 | "kind": 12, |
36 | 40 | "tags": [], |
37 | 41 | "detail": "Built-in Exception", |
38 | 42 | "documentation": null, |
39 | | - "insertText": "(Invalid_argument($0))", |
| 43 | + "filterText": "throw", |
| 44 | + "insertText": "throw(Invalid_argument($0))", |
40 | 45 | "insertTextFormat": 2 |
41 | 46 | }, { |
42 | | - "label": "Assert_failure", |
| 47 | + "label": "throw(Assert_failure)", |
43 | 48 | "kind": 12, |
44 | 49 | "tags": [], |
45 | 50 | "detail": "Built-in Exception", |
46 | 51 | "documentation": null, |
47 | | - "insertText": "(Assert_failure($0))", |
| 52 | + "filterText": "throw", |
| 53 | + "insertText": "throw(Assert_failure($0))", |
48 | 54 | "insertTextFormat": 2 |
49 | 55 | }, { |
50 | | - "label": "Failure", |
| 56 | + "label": "throw(Failure)", |
51 | 57 | "kind": 12, |
52 | 58 | "tags": [], |
53 | 59 | "detail": "Built-in Exception", |
54 | 60 | "documentation": null, |
55 | | - "insertText": "(Failure($0))", |
| 61 | + "filterText": "throw", |
| 62 | + "insertText": "throw(Failure($0))", |
56 | 63 | "insertTextFormat": 2 |
57 | 64 | }, { |
58 | | - "label": "Match_failure", |
| 65 | + "label": "throw(Match_failure)", |
59 | 66 | "kind": 12, |
60 | 67 | "tags": [], |
61 | 68 | "detail": "Built-in Exception", |
62 | 69 | "documentation": null, |
63 | | - "insertText": "(Match_failure($0))", |
| 70 | + "filterText": "throw", |
| 71 | + "insertText": "throw(Match_failure($0))", |
64 | 72 | "insertTextFormat": 2 |
65 | 73 | }, { |
66 | | - "label": "Division_by_zero", |
| 74 | + "label": "throw(Division_by_zero)", |
67 | 75 | "kind": 12, |
68 | 76 | "tags": [], |
69 | 77 | "detail": "Built-in Exception", |
70 | 78 | "documentation": null, |
71 | | - "insertText": "(Division_by_zero)", |
| 79 | + "filterText": "throw", |
| 80 | + "insertText": "throw(Division_by_zero)", |
72 | 81 | "insertTextFormat": 2 |
73 | 82 | }] |
74 | 83 |
|
0 commit comments