JulianEberius / SublimePythonIDE

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
GNU General Public License v2.0
267 stars 38 forks source link

(Document that) the Extract Method refactoring only works with python 2 #90

Open mnieber opened 7 years ago

mnieber commented 7 years ago

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?