SublimePythonIDE
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
It would be great if we could customize SPIDE to ignore linter errors on lines, or per module, if it detects comments matching a certain regex. For example, flake8 will...
enhancement
If you `python -m pip install pyasyncore pyasynchat` modules into your Python 3.12 interpreter environment, then it will work Else it'll fail with ```Traceback (most recent call last): File "/Users/autumn/Library/Application...