From eb72156094ce88c85c55e821026686c66bd0736d Mon Sep 17 00:00:00 2001 From: Greg Date: Mon, 11 Nov 2019 22:55:10 -0500 Subject: Implement postfix completions feature flag --- docs/user/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/user/README.md') 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. "lsp.diagnostics": true, // Automatically insert `()` and `<>` when completing functions and types. "completion.insertion.add-call-parenthesis": true, + // Enable completions like `.if`, `.match`, etc. + "completion.enable-postfix": true, // Show notification when workspace is fully loaded "notifications.workspace-loaded": true, } -- cgit v1.2.3