Skip to content

Commit 18e3636

Browse files
committed
package.json: sync gopls settings to match v0.6.10
Change-Id: Ie4115ecec4ed55c482eb8f9efd37da989099f11d Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/309851 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]>
1 parent 4948401 commit 18e3636

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/settings.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,13 @@ results. Zero means unlimited.
600600

601601

602602
Default: `"100ms"`
603+
### `ui.completion.experimentalPostfixCompletions`
604+
605+
(Experimental) experimentalPostfixCompletions enables artifical method snippets
606+
such as "someSlice.sort!".
607+
608+
609+
Default: `false`
603610
### `ui.completion.matcher`
604611

605612
(Advanced) matcher sets the algorithm that is used when calculating completion

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,6 +1870,12 @@
18701870
"default": "100ms",
18711871
"scope": "resource"
18721872
},
1873+
"ui.completion.experimentalPostfixCompletions": {
1874+
"type": "boolean",
1875+
"markdownDescription": "(Experimental) experimentalPostfixCompletions enables artifical method snippets\nsuch as \"someSlice.sort!\".\n",
1876+
"default": false,
1877+
"scope": "resource"
1878+
},
18731879
"ui.completion.matcher": {
18741880
"type": "string",
18751881
"markdownDescription": "(Advanced) matcher sets the algorithm that is used when calculating completion\ncandidates.\n",

0 commit comments

Comments
 (0)