ide-python icon indicating copy to clipboard operation
ide-python copied to clipboard

can't refactor python code

Open droopy4096 opened this issue 7 years ago • 5 comments

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

droopy4096 avatar Feb 25 '18 08:02 droopy4096

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

exploide avatar Feb 25 '18 09:02 exploide

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?

mwielondek avatar Oct 08 '20 12:10 mwielondek

What's the status on this?

ThatXliner avatar May 11 '21 15:05 ThatXliner

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

aminya avatar May 15 '21 14:05 aminya

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

ThatXliner avatar May 15 '21 16:05 ThatXliner