This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,12 +195,12 @@ config_data! {
195
195
completion_autoself_enable: bool = "true" ,
196
196
/// Whether to add parenthesis and argument snippets when completing function.
197
197
completion_callable_snippets: CallableCompletionDef = "\" fill_arguments\" " ,
198
+ /// Maximum number of completions to return. If `None`, the limit is infinite.
199
+ completion_limit: Option <usize > = "null" ,
198
200
/// Whether to show postfix snippets like `dbg`, `if`, `not`, etc.
199
201
completion_postfix_enable: bool = "true" ,
200
202
/// Enables completions of private items and fields that are defined in the current workspace even if they are not visible at the current position.
201
203
completion_privateEditable_enable: bool = "false" ,
202
- /// Maximum number of completions to return. If `None`, the limit is infinite.
203
- completion_limit: Option <usize > = "null" ,
204
204
/// Custom completion snippets.
205
205
// NOTE: Keep this list in sync with the feature docs of user snippets.
206
206
completion_snippets_custom: FxHashMap <String , SnippetDef > = r#"{
You can’t perform that action at this time.
0 commit comments