We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
include_function_objects
1 parent f0ea2ad commit 7e8fc6cCopy full SHA for 7e8fc6c
pylsp/plugins/jedi_completion.py
@@ -57,7 +57,7 @@ def pylsp_completions(config, document, position):
57
58
should_include_params = settings.get('include_params')
59
should_include_class_objects = settings.get('include_class_objects', True)
60
- should_include_function_objects = settings.get('include_function_objects', True)
+ should_include_function_objects = settings.get('include_function_objects', False)
61
62
max_to_resolve = settings.get('resolve_at_most', 25)
63
modules_to_cache_for = settings.get('cache_for', None)
0 commit comments