SublimePythonIDE icon indicating copy to clipboard operation
SublimePythonIDE copied to clipboard

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3

Results 22 SublimePythonIDE issues
Sort by recently updated
recently updated
newest added

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...

See also [**similar pull request**](https://github.com/SublimeLinter/SublimeLinter3/pull/534). ### 1. Behavior before pull request New color scheme `User/SashaSublime (SublimePythonIDE).tmTheme` create and replace current color scheme in `User/Preferences.sublime-settings` after Sublime Text restart. ### 2....

### 1. Summary I see autocompletes of [**More-Python-Completions**](https://github.com/tushortz/More-Python-Completions) package after fifth typing character, not after first character. ### 2. Expected behavior I see autocompletes of More-Python-Completions after first character: ![First](http://i.imgur.com/WpCGm17.png)...

I'm on Windows 10. The detection of fall through/error detection mechanism doesn't work well. Falling through on empty is fine, but IMO it should also fall through on error. In...

Moved path check inside filter, instead of after the filter. This fixes #84.

When trying to edit in windows linux project with shebang header like "#!/usr/bin/env python", SublimePythonIDE breaks detection cycle when first not-None value is occured. For windows it breaks IDE.

My Sublime recently updated to the most recent SublimePythonIDE version and no longer parses valid Python code in my Flask project. The console prints: ``` SublimePythonIDE: No server response 'module'...

Most of the time, especially for webdev work, you are defining a new subclass of an abstract class provided by your framework, and most of the time it involves overriding...

enhancement
question

When I recently upgraded to Python 3.4.3 SublimePythonIDE stopped working properly and always hangs while typing. This issue does not exist with Python 3.4.2, I can reproduce that. I'm on...

I receive this error on any refactoring command. Last Sublime 3 and SublimePythonIDE.