Home > Development Tools > sublime > body text

What are the basic settings of Sublime Text?

藏色散人
Release: 2018-11-09 19:32:51
Original
6072 people have browsed it

This article mainly introduces some basic settings of Sublime Text.

You can download the required version through the following link.

SublimeText3 Chinese version: //m.sbmmt.com/xiazai/gongju/93

##SublimeText3 Mac version:

//m.sbmmt.com/xiazai/gongju/500

SublimeText3 Linux new version:

//m.sbmmt.com/xiazai/gongju/1471

SublimeText3 English version:

//m.sbmmt.com/xiazai/gongju/1473

Sublime Text editor Basic settings are the configuration required by the editor, such as

font size, line number display or color scheme of the editor. All basic settings are configured in
JSON format. To see a list of settings, go to the Preferences -> Settings menu.

What are the basic settings of Sublime Text?

What are the basic settings of Sublime Text?

Settings include two types of configurations, Default and User.

Default includes all default configurations, user-defined basic settings and custom settings.
For the scenario mentioned above, the custom settings are as follows

"font_size": 15,
   "ignored_packages":
   [
      "Vintage"
   ]
Copy after login

Setting categoriesThe settings for various categories in Sublime Text are as follows
:

Editor settingsThis includes basic settings for editing code base files. Examples include font_face, font_size and tab_size. These settings are present in the default configuration.

User Interface Settings These include general settings focused specifically on backgrounds, themes, and various color combinations. These settings are appended to the second part of the default configuration.

App BehaviorThese settings focus on the behavior of applications contained within the Sublime Text editor in open windows. These settings are included in the third section of the default configuration settings.

Syntax - Specific Settings These settings are used to design the syntax of the Sublime Text editor. To get a list of syntax-specific settings, the user needs to use the option Preferences - Syntax-Specific.

ngWhat are the basic settings of Sublime Text?

ingWhat are the basic settings of Sublime Text?

This article is an introduction to some basic settings of Sublime Text. I hope it will be helpful to friends in need!

The above is the detailed content of What are the basic settings of Sublime Text?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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!