@@ -1323,6 +1323,14 @@ Path s
1323
1323
"tags": [],
1324
1324
"detail": "type someLocalVariant = SomeLocalVariantItem",
1325
1325
"documentation": null
1326
+ }, {
1327
+ "label": "string",
1328
+ "kind": 4,
1329
+ "tags": [],
1330
+ "detail": "string",
1331
+ "documentation": null,
1332
+ "insertText": "string",
1333
+ "insertTextFormat": 2
1326
1334
}]
1327
1335
1328
1336
Complete src/Completion.res 291:30
@@ -1950,8 +1958,8 @@ Path red
1950
1958
}]
1951
1959
1952
1960
Complete src/Completion.res 405:22
1953
- posCursor:[405:22] posNoWhite:[405:21] Found expr:[405:11->465 :0]
1954
- Pexp_apply ...__ghost__[0:-1->0:-1] (...[405:11->423:17], ...[428:0->465 :0])
1961
+ posCursor:[405:22] posNoWhite:[405:21] Found expr:[405:11->471 :0]
1962
+ Pexp_apply ...__ghost__[0:-1->0:-1] (...[405:11->423:17], ...[428:0->471 :0])
1955
1963
posCursor:[405:22] posNoWhite:[405:21] Found expr:[405:11->423:17]
1956
1964
Pexp_apply ...__ghost__[0:-1->0:-1] (...[405:11->405:19], ...[405:21->423:17])
1957
1965
posCursor:[405:22] posNoWhite:[405:21] Found expr:[405:21->423:17]
@@ -2206,3 +2214,96 @@ Path withUncurried
2206
2214
"insertTextFormat": 2
2207
2215
}]
2208
2216
2217
+ Complete src/Completion.res 465:19
2218
+ XXX Not found!
2219
+ Completable: Cpath Type[]
2220
+ Raw opens: 2 Shadow.B.place holder ... Shadow.A.place holder
2221
+ Package opens Pervasives.JsxModules.place holder
2222
+ Resolved opens 3 Completion.res Completion.res pervasives
2223
+ ContextPath Type[]
2224
+ [{
2225
+ "label": "string",
2226
+ "kind": 4,
2227
+ "tags": [],
2228
+ "detail": "string",
2229
+ "documentation": null,
2230
+ "insertText": "string",
2231
+ "insertTextFormat": 2
2232
+ }, {
2233
+ "label": "int",
2234
+ "kind": 4,
2235
+ "tags": [],
2236
+ "detail": "int",
2237
+ "documentation": null,
2238
+ "insertText": "int",
2239
+ "insertTextFormat": 2
2240
+ }, {
2241
+ "label": "float",
2242
+ "kind": 4,
2243
+ "tags": [],
2244
+ "detail": "float",
2245
+ "documentation": null,
2246
+ "insertText": "float",
2247
+ "insertTextFormat": 2
2248
+ }, {
2249
+ "label": "bool",
2250
+ "kind": 4,
2251
+ "tags": [],
2252
+ "detail": "bool",
2253
+ "documentation": null,
2254
+ "insertText": "bool",
2255
+ "insertTextFormat": 2
2256
+ }, {
2257
+ "label": "option",
2258
+ "kind": 4,
2259
+ "tags": [],
2260
+ "detail": "option",
2261
+ "documentation": null,
2262
+ "insertText": "option<${1:_}>",
2263
+ "insertTextFormat": 2
2264
+ }, {
2265
+ "label": "array",
2266
+ "kind": 4,
2267
+ "tags": [],
2268
+ "detail": "array",
2269
+ "documentation": null,
2270
+ "insertText": "array<${1:_}>",
2271
+ "insertTextFormat": 2
2272
+ }, {
2273
+ "label": "promise",
2274
+ "kind": 4,
2275
+ "tags": [],
2276
+ "detail": "promise",
2277
+ "documentation": null,
2278
+ "insertText": "promise<${1:_}>",
2279
+ "insertTextFormat": 2
2280
+ }, {
2281
+ "label": "result",
2282
+ "kind": 4,
2283
+ "tags": [],
2284
+ "detail": "result",
2285
+ "documentation": null,
2286
+ "insertText": "result<${1:_}, ${2:_}>",
2287
+ "insertTextFormat": 2
2288
+ }]
2289
+
2290
+ Complete src/Completion.res 468:22
2291
+ posCursor:[468:22] posNoWhite:[468:21] Found expr:[468:12->468:22]
2292
+ posCursor:[468:22] posNoWhite:[468:21] Found type:[468:19->468:22]
2293
+ Ptyp_constr boo:[468:19->468:22]
2294
+ Completable: Cpath Type[boo]
2295
+ Raw opens: 2 Shadow.B.place holder ... Shadow.A.place holder
2296
+ Package opens Pervasives.JsxModules.place holder
2297
+ Resolved opens 3 Completion.res Completion.res pervasives
2298
+ ContextPath Type[boo]
2299
+ Path boo
2300
+ [{
2301
+ "label": "bool",
2302
+ "kind": 4,
2303
+ "tags": [],
2304
+ "detail": "bool",
2305
+ "documentation": null,
2306
+ "insertText": "bool",
2307
+ "insertTextFormat": 2
2308
+ }]
2309
+
0 commit comments