What Sublime Text3 is, and the user manual of sublime text3

Sublime Text is a code editor and an advanced text editor for HTML and prose. It has a beautiful interface and powerful functions. It can be said that all the functions of other editors are available, including spell checking, bookmarking, and a complete Python API, Goto function, instant project switching, multiple choices, multiple windows, etc., has gradually become the first choice of many programmers.

Sublime Text3是什么介绍,sublime text3使用手册

What Sublime Text3 is

Sublime Text is a cross platform editor that supports Windows, Linux, Mac OS X and other operating systems.

Sublime Text is extensible and contains a large number of practical plug-ins. We can double our work efficiency by installing plug-ins in our own field. Sublime Text is the best choice under the command line environment and the graphical interface environment, and using both will greatly improve the work efficiency.

Sublime Text is a paid software. It is recommended that people with ability pay for it to support developers. But you can always use it without buying.

Sublime text3 User Manual

1. Quick search

Use Ctrl+F to quickly search variable names and method names.

ctrl+F

one

3. Thumbnail positioning

You can see the thumbnail of the whole code on the right side of the page, and click the corresponding area to quickly locate it.

2. Quick notes

Select the code to be commented, which can be multi line or single line, and then use "Ctrl+/" or "Ctrl+Shft+/" to achieve quick comment.

For those that have been annotated, click again to access the annotation.

Ctrl+/

or

Ctrl+Shift+/

one

two

three

4. Quickly open the file

Press Ctrl+P and enter the file name to switch to open.

Because we may open more windows at one time, Ctrl+P can quickly switch to the corresponding file.

Ctrl+P

one

5. Change the style

The default style of the system is the style in the above example. You can also change the style.

As shown in the figure below, you can choose to change the style.

The changed style.

In Sublime Text, the project is an indispensable part of the workflow. The folders in the project are open and displayed in the sidebar. You can define their names and drag them to the folder. A link is actually a step that needs to be done in the process of writing programs.

 shenxiaocen
  • This article is written by Published on November 22, 2022 13:46:10
  • This article is collected and sorted by the website of Mutual Benefit, and the email address for problem feedback is: wosnnet@foxmail.com , please keep the link of this article for reprinting: https://wosn.net/12327.html

Comment