Home> Development Tools> atom> body text

Share some plug-ins that need to be installed to enter the Atom pit

青灯夜游
Release: 2021-02-01 11:52:49
forward
8706 people have browsed it

This article recommends someAtomessential plug-ins for everyone. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.

Share some plug-ins that need to be installed to enter the Atom pit

Related recommendations: "atom usage tutorial"

Atom is a powerful front-end editor such as Javascript/CSS/HTML. Functions rely on various plug-ins. The following are the essential plug-ins that the author carefully selected and summarized during the entry stage. Being familiar with these plug-ins will definitely improve production efficiency by tons. To install these plug-ins, you only need to enter the plug-in name in Atom's File ->setting ->install to find out and then install it:

1.Sync Settings

Use github to synchronize your Atom plug-in information and configuration information allow you to easily configure one computer and share it with multiple computers.

2. Emmet

can generate HTML based on Emmet syntax. Anyone who has done front-end development will know this plug-in. It's so useful that I cry.

3.Atom Beautify

The code formatting tool can be set to automatically format when saving, not to mention how convenient it is. Supports html, css, javascript, java, go, etc. Basically all common languages are supported.

4.Autocomplete Paths

Automatically complete file paths, this function must be used, completely avoiding bugs caused by incorrect path input.

5.Auto close HTML

Automatically enter the corresponding HTML closing tag, which is simple but practical.

6.Minimap

No need to introduce this plug-in. I have been using it since sublime. Never forgotten.

7.color-picker

Color picker allows you to directly open the color picker and pick colors while writing code.

8.vim-mode

A must-have plug-in for die-hard vim fans.

9.git-plus

allows you to easily manage your git projects in the editor, with various common git functions at your fingertips.

10.file-icons

It’s very simple. It adds a beautiful small icon to different types of files, a must-have for beauty control developers.

11.docblockr

Documentation comments, you know, a necessary plug-in for team collaboration specification comments.

12.Linter Jshint

helps you write professional js code, a must-have plug-in for js developers.

Thanks to atom's strong maintenance team, its plug-in system has developed rapidly, and there are many useful plug-ins waiting for us to discover. Choose your own plug-ins and use them well to get twice the result with half the effort.

For more programming-related knowledge, please visit:Introduction to Programming! !

The above is the detailed content of Share some plug-ins that need to be installed to enter the Atom pit. 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!