Skip to content
New issue

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

Rope completions enabled or disabled by default? #209

Closed
rchl opened this issue May 7, 2022 · 1 comment · Fixed by #210
Closed

Rope completions enabled or disabled by default? #209

rchl opened this issue May 7, 2022 · 1 comment · Fixed by #210
Milestone

Comments

@rchl
Copy link
Contributor

rchl commented May 7, 2022

The code seems to indicate that rope completions are disabled by default:

return {'plugins': {'rope_completion': {'enabled': False, 'eager': False}}}

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.

@ccordoba12
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants