We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code seems to indicate that rope completions are disabled by default:
python-lsp-server/pylsp/plugins/rope_completion.py
Line 16 in 4bffc39
but the documentation says that it's enabled by default: https://github.com/python-lsp/python-lsp-server/blob/develop/CONFIGURATION.md
What's expected? What should be changed? I suppose that the documentation should be updated.
The text was updated successfully, but these errors were encountered:
That's correct. Our docs should be updated to say that Rope completions are disabled by default.
Could you open a pull request for it? Thanks!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The code seems to indicate that rope completions are disabled by default:
python-lsp-server/pylsp/plugins/rope_completion.py
Line 16 in 4bffc39
but the documentation says that it's enabled by default: https://github.com/python-lsp/python-lsp-server/blob/develop/CONFIGURATION.md
What's expected? What should be changed? I suppose that the documentation should be updated.
The text was updated successfully, but these errors were encountered: