Home  >  Article  >  Development Tools  >  How to install plug-ins in atom? Common plug-in sharing

How to install plug-ins in atom? Common plug-in sharing

青灯夜游
青灯夜游forward
2021-11-17 19:01:243729browse

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!

How to install plug-ins in atom? Common plug-in sharing

Installation method

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]

plug-in

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!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete