mirror of
https://github.com/golang/go.git
synced 2025-05-07 08:32:59 +00:00
vscode settings: enable find references
parent
6be57f4e6d
commit
ae79e128df
3
gopls.md
3
gopls.md
@ -40,7 +40,8 @@ Use the [VSCode-Go](https://github.com/microsoft/vscode-go) plugin, with the fol
|
||||
```json5
|
||||
"go.useLanguageServer": true,
|
||||
"go.languageServerExperimentalFeatures": {
|
||||
"diagnostics": true // for build and vet errors as you type
|
||||
"diagnostics": true, // for build and vet errors as you type
|
||||
"references": true // for finding in-package references
|
||||
},
|
||||
"[go]": {
|
||||
"editor.snippetSuggestions": "none",
|
||||
|
Loading…
x
Reference in New Issue
Block a user