aboutsummaryrefslogtreecommitdiff
path: root/docs/user/README.md
diff options
context:
space:
mode:
authorGreg <[email protected]>2019-11-12 03:55:10 +0000
committerGreg <[email protected]>2019-11-12 03:55:10 +0000
commiteb72156094ce88c85c55e821026686c66bd0736d (patch)
treef5d9075e6ec371e6ce29db13e4b10b6b2b188c5d /docs/user/README.md
parent602f11f27bec82ae646b46e5266d8c202c39e431 (diff)
Implement postfix completions feature flag
Diffstat (limited to 'docs/user/README.md')
-rw-r--r--docs/user/README.md2
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 }