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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ This server can be configured using the `workspace/didChangeConfiguration` metho
33
33
|`pylsp.plugins.jedi_completion.resolve_at_most`|`integer`| How many labels and snippets (at most) should be resolved? |`25`|
34
34
|`pylsp.plugins.jedi_completion.cache_for`|`array` of `string` items | Modules for which labels and snippets should be cached. |`["pandas", "numpy", "tensorflow", "matplotlib"]`|
35
35
|`pylsp.plugins.jedi_definition.enabled`|`boolean`| Enable or disable the plugin. |`true`|
36
+
|`pylsp.plugins.type_definition.enabled`|`boolean`| Enable or disable the plugin. |`true`|
36
37
|`pylsp.plugins.jedi_definition.follow_imports`|`boolean`| The goto call will follow imports. |`true`|
37
38
|`pylsp.plugins.jedi_definition.follow_builtin_imports`|`boolean`| If follow_imports is True will decide if it follow builtin imports. |`true`|
38
39
|`pylsp.plugins.jedi_definition.follow_builtin_definitions`|`boolean`| Follow builtin and extension definitions to stubs. |`true`|
0 commit comments