How to quickly set up code auto-completion in SublimeText?

云罗郡主
Release: 2019-05-22 21:56:18
Original
48750 people have browsed it

The content of this article is about how to quickly set up automatic code completion in SublimeText. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you. [Recommended course:SublimeText usage tutorial]

Achieve the effect:

How to quickly set up code auto-completion in SublimeText?

You can also download what you need through the following link version of.

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

SublimeText3 Mac version:http:/ /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

Download and unzip, open the folder, click the exe to install the program Install and start

Find the settings under preferences--User

How to quickly set up code auto-completion in SublimeText?

Add the following two lines of code

"auto_complete": true, "auto_match_enabled": true
Copy after login

How to quickly set up code auto-completion in SublimeText?

Save and restart to see the above effect.

Enter:

html:5

Then press the Tab key

to automatically complete

and then write the code and it will appear Automatically prompt. If there is no prompt, just press ctrl e.

The above is the detailed content of How to quickly set up code auto-completion in SublimeText?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
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
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!