1
- Complete src/CompletionTaggedTemplate.res 11:20
2
- posCursor:[11:20] posNoWhite:[11:19] Found expr:[11:11->0:-1]
3
- Completable: Cpath Value[meh](Nolabel, Nolabel).""
1
+ Complete src/CompletionTaggedTemplate.res 13:13
2
+ posCursor:[13:13] posNoWhite:[13:12] Found expr:[13:11->13:13]
3
+ Pexp_field [13:11->13:12] _:[19:0->13:13]
4
+ Completable: Cpath Value[w].""
4
5
Package opens Stdlib.place holder Pervasives.JsxModules.place holder
5
6
Resolved opens 1 Stdlib
6
- ContextPath Value[meh](Nolabel, Nolabel).""
7
- ContextPath Value[meh](Nolabel, Nolabel)
8
- ContextPath Value[meh]
9
- Path meh
10
- ContextPath Value[meh](Nolabel, Nolabel, Nolabel)->
11
- ContextPath Value[meh](Nolabel, Nolabel, Nolabel)
12
- ContextPath Value[meh]
13
- Path meh
7
+ ContextPath Value[w].""
8
+ ContextPath Value[w]
9
+ Path w
10
+ ContextPath Value[w]->
11
+ ContextPath Value[w]
12
+ Path w
14
13
CPPipe pathFromEnv:M found:true
15
14
Path M.
16
15
[{
@@ -22,7 +21,7 @@ Path M.
22
21
"sortText": "xyz",
23
22
"insertText": "->M.xyz",
24
23
"additionalTextEdits": [{
25
- "range": {"start": {"line": 11 , "character": 19 }, "end": {"line": 11 , "character": 20 }},
24
+ "range": {"start": {"line": 13 , "character": 12 }, "end": {"line": 13 , "character": 13 }},
26
25
"newText": ""
27
26
}]
28
27
}, {
@@ -34,7 +33,7 @@ Path M.
34
33
"sortText": "b",
35
34
"insertText": "->M.b",
36
35
"additionalTextEdits": [{
37
- "range": {"start": {"line": 11 , "character": 19 }, "end": {"line": 11 , "character": 20 }},
36
+ "range": {"start": {"line": 13 , "character": 12 }, "end": {"line": 13 , "character": 13 }},
38
37
"newText": ""
39
38
}]
40
39
}, {
@@ -46,26 +45,26 @@ Path M.
46
45
"sortText": "a",
47
46
"insertText": "->M.a",
48
47
"additionalTextEdits": [{
49
- "range": {"start": {"line": 11 , "character": 19 }, "end": {"line": 11 , "character": 20 }},
48
+ "range": {"start": {"line": 13 , "character": 12 }, "end": {"line": 13 , "character": 13 }},
50
49
"newText": ""
51
50
}]
52
51
}]
53
52
54
- Complete src/CompletionTaggedTemplate.res 14:21
55
- posCursor:[14:21 ] posNoWhite:[14:20 ] Found expr:[14 :11->14:21 ]
56
- Completable: Cpath Value[meh](Nolabel, Nolabel).x
53
+ Complete src/CompletionTaggedTemplate.res 16:20
54
+ posCursor:[16:20 ] posNoWhite:[16:19 ] Found expr:[16 :11->0:-1 ]
55
+ Completable: Cpath Value[meh](Nolabel, Nolabel).""
57
56
Package opens Stdlib.place holder Pervasives.JsxModules.place holder
58
57
Resolved opens 1 Stdlib
59
- ContextPath Value[meh](Nolabel, Nolabel).x
58
+ ContextPath Value[meh](Nolabel, Nolabel).""
60
59
ContextPath Value[meh](Nolabel, Nolabel)
61
60
ContextPath Value[meh]
62
61
Path meh
63
- ContextPath Value[meh](Nolabel, Nolabel, Nolabel)->x
62
+ ContextPath Value[meh](Nolabel, Nolabel, Nolabel)->
64
63
ContextPath Value[meh](Nolabel, Nolabel, Nolabel)
65
64
ContextPath Value[meh]
66
65
Path meh
67
66
CPPipe pathFromEnv:M found:true
68
- Path M.x
67
+ Path M.
69
68
[{
70
69
"label": "->M.xyz",
71
70
"kind": 12,
@@ -75,7 +74,31 @@ Path M.x
75
74
"sortText": "xyz",
76
75
"insertText": "->M.xyz",
77
76
"additionalTextEdits": [{
78
- "range": {"start": {"line": 14, "character": 19}, "end": {"line": 14, "character": 20}},
77
+ "range": {"start": {"line": 16, "character": 19}, "end": {"line": 16, "character": 20}},
78
+ "newText": ""
79
+ }]
80
+ }, {
81
+ "label": "->M.b",
82
+ "kind": 12,
83
+ "tags": [],
84
+ "detail": "t => string",
85
+ "documentation": null,
86
+ "sortText": "b",
87
+ "insertText": "->M.b",
88
+ "additionalTextEdits": [{
89
+ "range": {"start": {"line": 16, "character": 19}, "end": {"line": 16, "character": 20}},
90
+ "newText": ""
91
+ }]
92
+ }, {
93
+ "label": "->M.a",
94
+ "kind": 12,
95
+ "tags": [],
96
+ "detail": "t => int",
97
+ "documentation": null,
98
+ "sortText": "a",
99
+ "insertText": "->M.a",
100
+ "additionalTextEdits": [{
101
+ "range": {"start": {"line": 16, "character": 19}, "end": {"line": 16, "character": 20}},
79
102
"newText": ""
80
103
}]
81
104
}]
0 commit comments