diff options
author | Lukas Wirth <[email protected]> | 2021-06-02 21:10:09 +0100 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2021-06-02 21:10:09 +0100 |
commit | d304352407c3d3fe04aeedb9f834ba454b17f38c (patch) | |
tree | 74227d010ee88cb3a8e757dfc02eca36402e66bd /docs/user | |
parent | 5be653d426e3e3fd253f41f85e7d280a82037da9 (diff) |
Document that `addCallArgumentSnippets` requires `addCallParenthesis
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/generated_config.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index dbd9a3503..7f405b4d7 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc | |||
@@ -119,6 +119,7 @@ similar option. | |||
119 | + | 119 | + |
120 | -- | 120 | -- |
121 | Whether to add argument snippets when completing functions. | 121 | Whether to add argument snippets when completing functions. |
122 | Only applies when `#rust-analyzer.completion.addCallParenthesis#` is set. | ||
122 | -- | 123 | -- |
123 | [[rust-analyzer.completion.addCallParenthesis]]rust-analyzer.completion.addCallParenthesis (default: `true`):: | 124 | [[rust-analyzer.completion.addCallParenthesis]]rust-analyzer.completion.addCallParenthesis (default: `true`):: |
124 | + | 125 | + |