วันศุกร์ที่ 21 พฤศจิกายน พ.ศ. 2557

Reformat Code

you can use shortcut key F12 for reformat code  goto menu Preferences -> Key Bindings – User



{ "keys": ["f12"], "command": "reindent"}

if you want to press one for the reformat  all line in page

{ "keys": ["f12"], "command": "reindent" , "args": { "single_line": false } }