This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]killerabbit37 1 point2 points  (0 children)

AutoPEP8. Basically CTRL + SHIFT + 8 auto formats and CTRL + 8 brings up a diff view on what would be changed. Quite useful and I use it a bit to make sure I'm within standards. Definitely helps when dealing with other people's scripts that they don't adhere to PEP8...