↧
Answer by Aquil Abbas for Automatic python code formatting in sublime
ctrl+shift+P then Package Control: Install Package Look for Python PEP8 Autoformat and install it.
View ArticleAnswer by Ofir Farchy for Automatic python code formatting in sublime
Try doing the following in command line (a bit brute force): Navigate into the Packages/PythonTidy folder, usually ~/.config/sublime-text-2/Packages/PythonTidy or...
View ArticleAnswer by BoundinCode for Automatic python code formatting in sublime
Package Control should create an appropriately named folder in Sublime Text's packages folder. You can get there from Preferences > Browse Packages. If the package installed correctly, there should...
View ArticleAutomatic python code formatting in sublime
I am trying to find some package that would auto format python code when using sublime. There is PythonTidy, but when I use PackageController it says install completed but the package is not installed...
View Article