File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
completion.dotted_call.keyword
completion.subp_parameters Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 124
124
{
125
125
"label" : " A" ,
126
126
"kind" : 5 ,
127
- "sortText" : " 100 &1A" ,
127
+ "sortText" : " 000 &1A" ,
128
128
"additionalTextEdits" : [],
129
129
"data" : {
130
130
"uri" : " $URI{bar.ads}" ,
143
143
{
144
144
"label" : " Do_Nothing" ,
145
145
"kind" : 3 ,
146
- "sortText" : " 100 &2Do_Nothing" ,
146
+ "sortText" : " 025 &2Do_Nothing" ,
147
147
"insertText" : " Do_Nothing (${1:A : Integer}, ${2:B : Integer})$0" ,
148
148
"insertTextFormat" : 2 ,
149
149
"additionalTextEdits" : [],
225
225
{
226
226
"label" : " A" ,
227
227
"kind" : 5 ,
228
- "sortText" : " 100 &1A" ,
228
+ "sortText" : " 000 &1A" ,
229
229
"additionalTextEdits" : [],
230
230
"data" : {
231
231
"uri" : " $URI{bar.ads}" ,
244
244
{
245
245
"label" : " Do_Nothing" ,
246
246
"kind" : 3 ,
247
- "sortText" : " 100 &2Do_Nothing" ,
247
+ "sortText" : " 025 &2Do_Nothing" ,
248
248
"insertText" : " Do_Nothing (${1:A : Integer}, ${2:B : Integer})$0" ,
249
249
"insertTextFormat" : 2 ,
250
250
"additionalTextEdits" : [],
Original file line number Diff line number Diff line change 148
148
"kind" : 5 ,
149
149
"detail" : " type My_Int is tagged record\n A : Integer;\n end record;" ,
150
150
"documentation" : " at bar.ads (4:7)\n\n @field A" ,
151
- "sortText" : " 100 &1A" ,
151
+ "sortText" : " 000 &1A" ,
152
152
"additionalTextEdits" : []
153
153
},
154
154
{
155
155
"label" : " Do_Nothing" ,
156
156
"kind" : 3 ,
157
157
"detail" : " procedure Do_Nothing (Obj : My_Int; A :Integer; B : Integer) is null" ,
158
158
"documentation" : " at bar.ads (7:4)" ,
159
- "sortText" : " 100 &2Do_Nothing" ,
159
+ "sortText" : " 025 &2Do_Nothing" ,
160
160
"insertText" : " Do_Nothing (${1:A : Integer}, ${2:B : Integer})$0" ,
161
161
"insertTextFormat" : 2 ,
162
162
"additionalTextEdits" : []
Original file line number Diff line number Diff line change 250
250
"kind" : 5 ,
251
251
"detail" : " type My_Int is tagged record\n A : Integer;\n end record;" ,
252
252
"documentation" : " at bar.ads (4:7)\n\n @field A" ,
253
- "sortText" : " 100 &1A" ,
253
+ "sortText" : " 000 &1A" ,
254
254
"additionalTextEdits" : []
255
255
},
256
256
{
257
257
"label" : " Do_Nothing" ,
258
258
"kind" : 3 ,
259
259
"detail" : " procedure Do_Nothing (Obj : My_Int; A :Integer) is null" ,
260
260
"documentation" : " at bar.ads (7:4)" ,
261
- "sortText" : " 100 &2Do_Nothing" ,
261
+ "sortText" : " 025 &2Do_Nothing" ,
262
262
"insertText" : " Do_Nothing (${1:A : Integer})$0" ,
263
263
"insertTextFormat" : 2 ,
264
264
"additionalTextEdits" : []
You can’t perform that action at this time.
0 commit comments