diff options
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index eb1d5ed14..1861c69ab 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -107,6 +107,8 @@ host. | |||
107 | "lsp.diagnostics": true, | 107 | "lsp.diagnostics": true, |
108 | // Automatically insert `()` and `<>` when completing functions and types. | 108 | // Automatically insert `()` and `<>` when completing functions and types. |
109 | "completion.insertion.add-call-parenthesis": true, | 109 | "completion.insertion.add-call-parenthesis": true, |
110 | // Enable completions like `.if`, `.match`, etc. | ||
111 | "completion.enable-postfix": true, | ||
110 | // Show notification when workspace is fully loaded | 112 | // Show notification when workspace is fully loaded |
111 | "notifications.workspace-loaded": true, | 113 | "notifications.workspace-loaded": true, |
112 | } | 114 | } |