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].""
45Package opens Stdlib.place holder Pervasives.JsxModules.place holder
56Resolved 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
1413CPPipe pathFromEnv:M found:true
1514Path M.
1615[{
@@ -22,7 +21,7 @@ Path M.
2221 "sortText": "xyz",
2322 "insertText": "->M.xyz",
2423 "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 }},
2625 "newText": ""
2726 }]
2827 }, {
@@ -34,7 +33,7 @@ Path M.
3433 "sortText": "b",
3534 "insertText": "->M.b",
3635 "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 }},
3837 "newText": ""
3938 }]
4039 }, {
@@ -46,26 +45,26 @@ Path M.
4645 "sortText": "a",
4746 "insertText": "->M.a",
4847 "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 }},
5049 "newText": ""
5150 }]
5251 }]
5352
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).""
5756Package opens Stdlib.place holder Pervasives.JsxModules.place holder
5857Resolved opens 1 Stdlib
59- ContextPath Value[meh](Nolabel, Nolabel).x
58+ ContextPath Value[meh](Nolabel, Nolabel).""
6059ContextPath Value[meh](Nolabel, Nolabel)
6160ContextPath Value[meh]
6261Path meh
63- ContextPath Value[meh](Nolabel, Nolabel, Nolabel)->x
62+ ContextPath Value[meh](Nolabel, Nolabel, Nolabel)->
6463ContextPath Value[meh](Nolabel, Nolabel, Nolabel)
6564ContextPath Value[meh]
6665Path meh
6766CPPipe pathFromEnv:M found:true
68- Path M.x
67+ Path M.
6968[{
7069 "label": "->M.xyz",
7170 "kind": 12,
@@ -75,7 +74,31 @@ Path M.x
7574 "sortText": "xyz",
7675 "insertText": "->M.xyz",
7776 "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}},
79102 "newText": ""
80103 }]
81104 }]
0 commit comments