diff --git a/gopls/doc/vscode.md b/gopls/doc/vscode.md index 83526aafde..dd2be6a08b 100644 --- a/gopls/doc/vscode.md +++ b/gopls/doc/vscode.md @@ -14,10 +14,10 @@ Use the [VSCode-Go] plugin, with the following configuration: "gopls": { "usePlaceholders": true, // add parameter placeholders when completing a function - // ----- Experimental settings ----- + // Experimental settings "completeUnimported": true, // autocomplete unimported packages - "watchChangedFiles": true, // watch file changes outside of the editor - "deepComplete": true, // deep completion + "watchChangedFiles": true, // watch file changes outside of the editor + "deepCompletion": true, // enable deep completion }, "files.eol": "\n", // formatting only supports LF line endings ```