Sublime Text App Introduction

Source: Internet
Author: User

Sublime text:the Text Editor you ' ll fall

Brief introduction

Sublime text is a code editor (Sublime text 2 is a paid software, but can be tried indefinitely) and is also an advanced text editor for HTML and prose. Sublime text was developed by the programmer Jon Skinner in January 2008 and was originally designed as a vim with extensive functionality.

Sublime text has a beautiful user interface and powerful features such as code thumbnails, Python plugins, code snippets, and more. You can also customize key bindings, menus, and toolbars. The main features of Sublime Text include: Spell checker, bookmarks, full Python API, Goto feature, instant item switching, multiple selection, multiple windows, and more. Sublime Text is a cross-platform editor that supports operating systems such as Windows, Linux, Mac os X.

Common functions

1, modify the software theme background color

Select Preferences in the Software menu bar to select Color scheme from the drop-down menu, and then choose Color Scheme default to switch the software's current theme background, usually choose Eiffel to highlight the visual effect, to see a person's preferences.

2. Install common plug-ins

Sublime text has a wealth of expansion capabilities, it has a large number of powerful plug-ins available, to Emmet installation as an example for the corresponding introduction.

Installation steps:

(1) Open the package control as a necessary tool for installing the Sublime Text plugin, which is the standard for this editor, so that developers can quickly install the required plugins.

(2) Go to the installation, enter the install package

(3) Click Install package to display the corresponding plug-in, the process needs to connect the network, and need to wait a few seconds (depending on network conditions)

(4) Enter the plug-in you want to install, so we want to install Emmet, only need to enter Emmet and then click Install.

(5) After the installation can greatly improve the editing experience (need to restart the software), as follows: Input Html:5

Then press the TAB key and the next second the HTML document basic structure under the HTML5 standard will appear.

Of course, Emmet can complete the function, far more than this, the specific function, you can go to see the tutorial.

3. Add auto-complete effect

Some students installed sublime text does not automatically complete the function, coding efficiency is relatively low, you can add two lines of code under preference-setting user

"Auto_complete": true,

"Auto_match_enabled": true,

Sublime Text App Introduction

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.