update setting to add completion documentation items

Rebecca Stambler 2019-08-12 23:39:45 -04:00
parent 7898bc7a55
commit be8148d9e4

@ -88,7 +88,8 @@ Use the [VSCode-Go](https://github.com/microsoft/vscode-go) plugin, with the fol
}
},
"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
```