Quantcast
Channel: Automatic python code formatting in sublime - Stack Overflow
Browsing all 4 articles
Browse latest View live

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 Article



Answer 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 Article

Answer 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 Article

Automatic 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
Browsing all 4 articles
Browse latest View live




Latest Images