Skip to content

Commit 77201d6

Browse files
committed
description for 'completion.maxFieldCount'
1 parent e656d27 commit 77201d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

locale/en-us/setting.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ config.completion.showWord.Disable =
178178
"Do not display context words."
179179
config.completion.autoRequire =
180180
"When the input looks like a file name, automatically `require` this file."
181+
config.completion.maxFieldCount =
182+
"Maximum number of fields to analyze for completions. When an object has more fields than this limit, completions will require more specific input to appear."
181183
config.completion.showParams =
182184
"Display parameters in completion list. When the function has multiple definitions, they will be displayed separately."
183185
config.completion.requireSeparator =

0 commit comments

Comments
 (0)