File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -600,6 +600,13 @@ results. Zero means unlimited.
600
600
601
601
602
602
Default: ` "100ms" `
603
+ ### ` ui.completion.experimentalPostfixCompletions `
604
+
605
+ (Experimental) experimentalPostfixCompletions enables artifical method snippets
606
+ such as "someSlice.sort!".
607
+
608
+
609
+ Default: ` false `
603
610
### ` ui.completion.matcher `
604
611
605
612
(Advanced) matcher sets the algorithm that is used when calculating completion
Original file line number Diff line number Diff line change 1870
1870
"default" : " 100ms" ,
1871
1871
"scope" : " resource"
1872
1872
},
1873
+ "ui.completion.experimentalPostfixCompletions" : {
1874
+ "type" : " boolean" ,
1875
+ "markdownDescription" : " (Experimental) experimentalPostfixCompletions enables artifical method snippets\n such as \" someSlice.sort!\" .\n " ,
1876
+ "default" : false ,
1877
+ "scope" : " resource"
1878
+ },
1873
1879
"ui.completion.matcher" : {
1874
1880
"type" : " string" ,
1875
1881
"markdownDescription" : " (Advanced) matcher sets the algorithm that is used when calculating completion\n candidates.\n " ,
You can’t perform that action at this time.
0 commit comments