Anaconda turns your Sublime Text 3 in a full featured Python development IDE including autocompletion, code linting, IDE features, autopep8 formating, McCabe complexity checker and Vagrant for Sublime Text 3 using Jedi, PyFlakes, pep8, PyLint, pep257 and McCabe that will never freeze your Sublime Text 3
sntentos@sntentos-OptiPlex-9010 [2017-10-02 16:40:36]:~/.config/sublime-text-3/Packages/Anaconda$ grep -Trin pycodestyle
[...]
anaconda_lib/linting/pycodestyle.py: 2 :# pycodestyle.py - Check Python source code formatting, according to PEP 8
anaconda_lib/linting/pycodestyle.py: 32 :$ python pycodestyle.py -h
[...]
anaconda_lib/linting/anaconda_pep8.py: 8 :import pycodestyle as pep8
anaconda_lib/linting/sublime.py: 12 :from . import pycodestyle as pep8
autopep8_lib
dir
sntentos@sntentos-OptiPlex-9010 [2017-10-02 16:45:54]:~/.config/sublime-text-3/Packages/Anaconda/anaconda_lib/autopep/autopep8_lib$ PYTHON_PATH="$(pwd)" python autopep8.py /home/sntentos/.installs/gatebuilder/program
Traceback (most recent call last):
File "autopep8.py", line 60, in <module>
import pycodestyle
ImportError: No module named pycodestyle
sntentos@sntentos-OptiPlex-9010 [2017-10-02 16:46:05]:~/.config/sublime-text-3/Packages/Anaconda/anaconda_lib/autopep/autopep8_lib$ python autopep8.py /home/sntentos/.installs/gatebuilder/program
Traceback (most recent call last):
File "autopep8.py", line 60, in <module>
import pycodestyle
ImportError: No module named pycodestyle
sntentos@sntentos-OptiPlex-9010 [2017-10-02 16:46:10]:~/.config/sublime-text-3/Packages/Anaconda/anaconda_lib/autopep/autopep8_lib$ PYTHONPATH="$(pwd)" python autopep8.py /home/sntentos/.installs/gatebuilder/program
Traceback (most recent call last):
File "autopep8.py", line 60, in <module>
import pycodestyle
ImportError: No module named pycodestyle
real 0m1.102s
user 0m1.092s
sys 0m0.008s
subl
invocations, one of which was a sudo subl
f = lambda x: x +1
, it converts it into a def function, even i changed my settings to ignore this "autoformat_ignore":
[
"731"
],