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 deeply appreciated you for this package..I really love it issues: get documentation dsn`t work with sublimetext 4 & python 3.8, but go to definition is perfect how to fix...

# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine sublime_python.py and observe `runnning`, however expect to see `running`. - Examine pyflakes/messages.py and observe `explicity`,...

I get the following when I start using the plugin: Traceback (most recent call last): File "C:\Users\ihdav\AppData\Roaming\Sublime Text\Packages\SublimePythonIDE\sublime_python_colors.py", line 82, in generate_color_scheme_async plist = ElementTree.XML(scheme_text) File "./python3.3/xml/etree/ElementTree.py", line 1356, in...

I don't know why... but it can not work Setting: ``` "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme" ``` Error Message: ``` reloading plugin SublimePythonIDE.__init__ reloading plugin SublimePythonIDE.pep8 reloading plugin SublimePythonIDE.sublime_python reloading...

I would like to have the Darcula theme for Sublime as my color theme when using SublimePythonIDE. There are some key differencies in how elements are colored; see this side...

This issue comes up everytime i m trying to call python file via [Terminus](https://github.com/Eugeny/terminus)

Recently (2 month ago or so) my SublimePythionIDE stopped working (I did not have time to investigate until now). I am on the latest sublime build `3143`, and I just...

I'm getting a warning that the following should be using is instead of ==. `rows = data.query(schema.Publish).filter(condish == False)` As far as I understand, pep8 specifies that for if statements...

I've a project config of: ``` { "folders": [ { "path": "." } ], "settings": { "python_interpreter": "/Users/BenJolitz/.virtualenvs/cpython36/bin/python3.6", } } ``` When I remove `python_interpreter`, the linter detects numerous issues...