You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONFIGURATION.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ This server can be configured using `workspace/didChangeConfiguration` method. E
22
22
|`pylsp.plugins.jedi_completion.include_class_objects`|`boolean`| Adds class objects as a separate completion item. |`true`|
23
23
|`pylsp.plugins.jedi_completion.fuzzy`|`boolean`| Enable fuzzy when requesting autocomplete. |`false`|
24
24
|`pylsp.plugins.jedi_completion.eager`|`boolean`| Resolve documentation and detail eagerly. |`false`|
25
-
|`pylsp.plugins.jedi_completion.resolve_at_most_labels`|`number`| How many labels (at most) should be resolved? |`25`|
26
-
|`pylsp.plugins.jedi_completion.cache_labels_for`|`array` of `string` items | Modules for which the labels should be cached. |`["pandas", "numpy", "tensorflow", "matplotlib"]`|
25
+
|`pylsp.plugins.jedi_completion.resolve_at_most`|`number`| How many labels and snippets (at most) should be resolved? |`25`|
26
+
|`pylsp.plugins.jedi_completion.cache_for`|`array` of `string` items | Modules for which labels and snippets should be cached. |`["pandas", "numpy", "tensorflow", "matplotlib"]`|
27
27
|`pylsp.plugins.jedi_definition.enabled`|`boolean`| Enable or disable the plugin. |`true`|
28
28
|`pylsp.plugins.jedi_definition.follow_imports`|`boolean`| The goto call will follow imports. |`true`|
29
29
|`pylsp.plugins.jedi_definition.follow_builtin_imports`|`boolean`| If follow_imports is True will decide if it follow builtin imports. |`true`|
0 commit comments