pylsp-rope
pylsp-rope copied to clipboard
Extended refactoring capabilities for python-lsp-server using Rope
* pylsp-rope version: 0.1.10 * Text editor/IDE/LSP Client: Emacs * Python version: 3.10.9 * Operating System: Arch Linux ### Description Rope creates a `.ropeproject` directory when you invoke it. There...
* pylsp-rope version: 0.1.11 * Text editor/IDE/LSP Client: pylsp v1.7.1 * Python version: 3.11.2 * Operating System: macOS 13.0 - INFO: Python version: 3.11.2 - INFO: pynvim version: 0.4.3 ###...
Probably some sort of video or asciinema terminal session showing what to select for triggering various actions and some of the LSP-specific quirks.
I'm adding it to autoimport but the task handle should be usable here or in the other rope plugins
- [ ] Implement auto import using the new sqlite implementation
### Description Inline has an optional parameter `only_current`. If `only_current` is `True`, only the current occurrence will be inlined.
- [ ] Implement autocomplete in pylsp-rope - [ ] autocomplete should be toggleable with a config - [ ] create PR to remove autocomplete from pylsp core - [...
* pylsp-rope version: 0.1.6 * Text editor/IDE/LSP Client: nvim with coc-pylsp * Python version: 3.9.7 * Operating System: Linux Manjaro ### Description When run codeaction-selected with cursor on method invocation,...
* pylsp-rope version: 0.1.2 * Text editor/IDE/LSP Client: Neovim - Native LSP * Python version: Python 3.9.5 * Operating System: ### Description Adding details from [this discussion thread](https://github.com/python-rope/rope/discussions/427). Neovim native...