Increase default max limits for symbols
The previous limit, 2000, was may be too small and may prevent auto-complete from working for some big source file.
This commit is contained in:
@@ -16,7 +16,7 @@ config.line_height = 1.2
|
||||
config.indent_size = 2
|
||||
config.tab_type = "soft"
|
||||
config.line_limit = 80
|
||||
config.max_symbols = 2000
|
||||
config.max_symbols = 4000
|
||||
config.max_project_files = 2000
|
||||
|
||||
return config
|
||||
|
||||
Reference in New Issue
Block a user