vscode settings: enable find references

Rebecca Stambler 2019-06-10 15:07:34 -04:00
parent 6be57f4e6d
commit ae79e128df

@ -40,7 +40,8 @@ Use the [VSCode-Go](https://github.com/microsoft/vscode-go) plugin, with the fol
```json5 ```json5
"go.useLanguageServer": true, "go.useLanguageServer": true,
"go.languageServerExperimentalFeatures": { "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]": { "[go]": {
"editor.snippetSuggestions": "none", "editor.snippetSuggestions": "none",