Home > Development Tools > sublime > body text

Sublime sets syntax to automatically tidy shortcut keys

藏色散人
Release: 2020-10-29 15:24:34
forward
4319 people have browsed it

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!

Related labels:
source:cnblogs.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!