Home > Development Tools > sublime > Use Sublime Text 3 to write front-end code

Use Sublime Text 3 to write front-end code

藏色散人
Release: 2019-09-24 11:27:06
forward
3687 people have browsed it

The following column sublime tutorial will introduce to you how to use Sublime Text to write front-end code.

Use Sublime Text 3 to write front-end code

Although I am equally comfortable writing pages in IDEA, when it comes to the front-end, I am still an out-and-out elementary school student. So I hope to use a relatively lightweight IDE during the learning process. The combination of Sublime and plug-ins can just meet my needs.

Requirements

First of all, a lightweight front-end IDE requires the following functions:

● Tree navigation

● Quick creation File

● Code auto-completion

● Code highlighting

● Code prompt

● Code formatting

● Code tracking

Plug-in selection

● SideBarEnhancements: Enhanced toolbar

● AnvancedNewFile: Quickly create files

● ConvertToUTF8: Use UTF8 to print File

● Emmet: Quick completion of front-end code (HTML/CSS)

● SublimeCodeIntel: Code tips

● DocBlockr: Advanced JS comments

● JSHint: JS syntax check

● JsFormart: JS code formatting

● Javascript Beautify: JS code formatting

● Git: git code tracking plug-in

Rendering

Use Sublime Text 3 to write front-end code

P.S. For Sublime installation plug-in method, see Sublime Text installation plug-in

The above is the detailed content of Use Sublime Text 3 to write front-end code. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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 Issues
Sublime text 3 cannot install Emme?
From 1970-01-01 08:00:00
0
0
0
sublime text 3 does not display Chinese settings
From 1970-01-01 08:00:00
0
0
0
Installation of Sublime Text console failed
From 1970-01-01 08:00:00
0
0
0
Why doesn’t Sublime Text complete code?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template