Home  >  Article  >  Development Tools  >  Sublime sets syntax to automatically tidy shortcut keys

Sublime sets syntax to automatically tidy shortcut keys

藏色散人
藏色散人forward
2020-10-29 15:24:344281browse

The following tutorial column of sublime will introduce to you the sublime setting syntax automatic tidying shortcut keys. I hope it will be helpful to friends in need!

Sublime sets syntax to automatically tidy shortcut keys

##preference>>key bindings-user>>Edit the settings document,

Enter

{ "keys": ["ctrl q" ], "command": "reindent" },

Save, and then use the shortcut key ctrl q to automatically organize the code for you,

ctrl a to select all before organizing.

The above is the detailed content of Sublime sets syntax to automatically tidy shortcut keys. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:cnblogs.com. If there is any infringement, please contact admin@php.cn delete