@@ -30,6 +30,7 @@ Completable: Cpath Value[someString]->st <<jsx>>
30
30
"tags": [],
31
31
"detail": "string",
32
32
"documentation": {"kind": "markdown", "value": "Turns `string` into `React.element` so it can be used inside of JSX."},
33
+ "sortText": "A",
33
34
"insertTextFormat": 2
34
35
}, {
35
36
"label": "Js.String2.startsWith",
@@ -70,6 +71,7 @@ Completable: Cpath Value[someString]->st <<jsx>>
70
71
"tags": [],
71
72
"detail": "string",
72
73
"documentation": {"kind": "markdown", "value": "Turns `string` into `React.element` so it can be used inside of JSX."},
74
+ "sortText": "A",
73
75
"insertTextFormat": 2
74
76
}, {
75
77
"label": "Js.String2.startsWith",
@@ -110,6 +112,7 @@ Completable: Cpath string->st <<jsx>>
110
112
"tags": [],
111
113
"detail": "string",
112
114
"documentation": {"kind": "markdown", "value": "Turns `string` into `React.element` so it can be used inside of JSX."},
115
+ "sortText": "A",
113
116
"insertTextFormat": 2
114
117
}, {
115
118
"label": "Js.String2.startsWith",
@@ -150,6 +153,7 @@ Completable: Cpath Value[Js, String2, trim](Nolabel)->st <<jsx>>
150
153
"tags": [],
151
154
"detail": "string",
152
155
"documentation": {"kind": "markdown", "value": "Turns `string` into `React.element` so it can be used inside of JSX."},
156
+ "sortText": "A",
153
157
"insertTextFormat": 2
154
158
}, {
155
159
"label": "Js.String2.startsWith",
@@ -190,6 +194,7 @@ Completable: Cpath Value[someInt]-> <<jsx>>
190
194
"tags": [],
191
195
"detail": "int",
192
196
"documentation": {"kind": "markdown", "value": "Turns `int` into `React.element` so it can be used inside of JSX."},
197
+ "sortText": "A",
193
198
"insertTextFormat": 2
194
199
}, {
195
200
"label": "Belt.Int.fromString",
@@ -266,6 +271,7 @@ Completable: Cpath int-> <<jsx>>
266
271
"tags": [],
267
272
"detail": "int",
268
273
"documentation": {"kind": "markdown", "value": "Turns `int` into `React.element` so it can be used inside of JSX."},
274
+ "sortText": "A",
269
275
"insertTextFormat": 2
270
276
}, {
271
277
"label": "Belt.Int.fromString",
@@ -342,6 +348,7 @@ Completable: Cpath Value[someArr]->a <<jsx>>
342
348
"tags": [],
343
349
"detail": "array<React.element>",
344
350
"documentation": {"kind": "markdown", "value": "Turns `array` into `React.element` so it can be used inside of JSX."},
351
+ "sortText": "A",
345
352
"insertTextFormat": 2
346
353
}, {
347
354
"label": "Js.Array2.append",
0 commit comments