atom-community / ide-python

Python language support for Atom-IDE :atom: :snake:
https://atom.io/packages/ide-python
Other
237 stars 39 forks source link

can't refactor python code #86

Open droopy4096 opened 6 years ago

droopy4096 commented 6 years ago

having installed ide-python, atom-ide-ui and pythonl-language-server etc. I get no options in atom for code refactoring, like rename a class etc. Invoking command pallete doesn't reveal a command for refactor....

python-language-server (0.15.1) (pyls executable path is set properly) rope (0.10.7) atom-1.23.3 atom-ide-ui-0.9.1 ide-python-0.8.0

exploide commented 6 years ago

Yes, this is true. But ide-python cannot do something against this as it is an upstream issue of atom-languageclient and atom-ide-ui not supporting this yet.

https://github.com/atom/atom-languageclient/issues/13 https://github.com/facebook-atom/atom-ide-ui/issues/145

mwielondek commented 3 years ago

Seeing that the issue in atom-languageclient is now closed, and you're no longer relying on atom-ide-ui, does it put this issue in a new light?

ThatXliner commented 3 years ago

What's the status on this?

aminya commented 3 years ago

@ThatXliner See this https://github.com/atom-community/atom-languageclient/pull/141

ThatXliner commented 3 years ago

Cool. Seems like a good place to contribute for this feature