plugins.lsp.servers.pylsp.settings.plugins.jedi_completion.enabled

Enable or disable the plugin.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.jedi_completion.cache_for

Modules for which labels and snippets should be cached.

Type: null or (list of string)

Default: null

Plugin default: [ "pandas" "numpy" "tensorflow" "matplotlib" ]

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.jedi_completion.eager

Resolve documentation and detail eagerly.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.jedi_completion.fuzzy

Enable fuzzy when requesting autocomplete.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.jedi_completion.include_class_objects

Adds class objects as a separate completion item.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.jedi_completion.include_function_objects

Adds function objects as a separate completion item.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.jedi_completion.include_params

Auto-completes methods and classes with tabstops for each parameter.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.lsp.servers.pylsp.settings.plugins.jedi_completion.resolve_at_most

How many labels and snippets (at most) should be resolved.

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: 25

Declared by: