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.
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:
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.
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.
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.
Automatically complete file paths, this function must be used, completely avoiding bugs caused by incorrect path input.
Automatically enter the corresponding HTML closing tag, which is simple but practical.
No need to introduce this plug-in. I have been using it since sublime. Never forgotten.
Color picker allows you to directly open the color picker and pick colors while writing code.
A must-have plug-in for die-hard vim fans.
allows you to easily manage your git projects in the editor, with various common git functions at your fingertips.
It’s very simple. It adds a beautiful small icon to different types of files, a must-have for beauty control developers.
Documentation comments, you know, a necessary plug-in for team collaboration specification comments.
helps you write professional js code, a must-have plug-in for js developers.
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!