Home> Development Tools> atom> body text

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

青灯夜游
Release: 2021-11-17 19:01:24
forward
3567 people have browsed it

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!

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!