Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 681 Bytes

File metadata and controls

27 lines (17 loc) · 681 Bytes

Shortcuts

Shift + Ctrl + P: Command Palette

This nifty window pops up and gives you a list of available commands in your current context (e.g. Package Control: Install Package).

Ctrl + R: Go to Symbol

Use this to hop to any symbol definition in your current file.

Ctrl + P: Go to Anything

Use this to hop to any file, symbol, or line in your current project.

Ctrl + Shift + 8: PEP8 AutoFormat

Format the current file automatically in PEP8.

Ctrl + Alt + j: Pretty JSON Format

Automatically format a json file.