mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Regen generated_config.adoc
This commit is contained in:
parent
454ecd167c
commit
d0c8777a44
1 changed files with 10 additions and 0 deletions
|
@ -136,11 +136,21 @@ Only applies when `#rust-analyzer.completion.addCallParenthesis#` is set.
|
||||||
--
|
--
|
||||||
Whether to add parenthesis when completing functions.
|
Whether to add parenthesis when completing functions.
|
||||||
--
|
--
|
||||||
|
[[rust-analyzer.completion.snippets]]rust-analyzer.completion.snippets (default: `{}`)::
|
||||||
|
+
|
||||||
|
--
|
||||||
|
Custom completion snippets.
|
||||||
|
--
|
||||||
[[rust-analyzer.completion.postfix.enable]]rust-analyzer.completion.postfix.enable (default: `true`)::
|
[[rust-analyzer.completion.postfix.enable]]rust-analyzer.completion.postfix.enable (default: `true`)::
|
||||||
+
|
+
|
||||||
--
|
--
|
||||||
Whether to show postfix snippets like `dbg`, `if`, `not`, etc.
|
Whether to show postfix snippets like `dbg`, `if`, `not`, etc.
|
||||||
--
|
--
|
||||||
|
[[rust-analyzer.completion.postfix.snippets]]rust-analyzer.completion.postfix.snippets (default: `{}`)::
|
||||||
|
+
|
||||||
|
--
|
||||||
|
Custom postfix completion snippets.
|
||||||
|
--
|
||||||
[[rust-analyzer.completion.autoimport.enable]]rust-analyzer.completion.autoimport.enable (default: `true`)::
|
[[rust-analyzer.completion.autoimport.enable]]rust-analyzer.completion.autoimport.enable (default: `true`)::
|
||||||
+
|
+
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in a new issue