SublimePythonIDE
SublimePythonIDE copied to clipboard
(Document that) the Extract Method refactoring only works with python 2
First of all, I really value having Extract Method available in sublime, so thanks for creating this plugin.
When I start sublime from a shell that uses Python2 then the Extract Method refactoring works fine. It fails when starting from a shell that uses Python3. Maybe a small note can be added to the readme to alert users to this?