Home > Article > Development Tools > How to install plug-ins in atom? Common plug-in sharing
atomHow to install the plug-in? The following article will introduce to you how to install plug-ins in atom, and share some commonly used plug-ins. I hope it will be helpful to you!
1. In the user folder of drive C, find the .atom/packages folder.
2. Pull the corresponding plug-in code through git in this folder.
3. Open cmd in the plug-in file and run npm or other package manager installation commands. [Related recommendations: atom usage tutorial]
1, activate-power-mode
A small tool to improve the programming experience
github address: https://github.com/JJack27/activate-power-mode.git.
2, atom-simplified -chinese-menu
Chinese language pack
github address: https://github.com/chinakids/atom-simplified-chinese-menu.git.
3. atom-vue
vue syntax recognition
github address: https://github.com/hedefalk/atom-vue.git
4. language-stylus
stylus syntax support
github address: https://github.com/matthojo/language-stylus.git
5. minimap
Code minimap
github address: https://github.com/atom-minimap/minimap.git
6, atom-beautify
Code beautification
github address: https://github.com/Glavin001/atom-beautify.git
[Related Recommended: "atom tutorial"]
The above is the detailed content of How to install plug-ins in atom? Common plug-in sharing. For more information, please follow other related articles on the PHP Chinese website!