mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
update setting to add completion documentation items
parent
7898bc7a55
commit
be8148d9e4
3
gopls.md
3
gopls.md
@ -88,7 +88,8 @@ Use the [VSCode-Go](https://github.com/microsoft/vscode-go) plugin, with the fol
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gopls": {
|
"gopls": {
|
||||||
"usePlaceholders": true // add parameter placeholders when completing a function
|
"usePlaceholders": true, // add parameter placeholders when completing a function
|
||||||
|
"wantCompletionDocumentation": true // for documentation in completion items
|
||||||
},
|
},
|
||||||
"files.eol": "\n", // formatting only supports LF line endings
|
"files.eol": "\n", // formatting only supports LF line endings
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user