search
HomeDevelopment ToolsatomRecommended sharing of 40+ commonly used plug-ins in atom (with plug-in installation methods)

This article will share with you 40 atom commonly used plug-ins, and attach the method of installing plug-ins in atom. I hope it will be helpful to everyone!

ATOM commonly used plug-in recommendations

##1. Introduction to ATOM

Atom is an open source code editor developed by GitHub that supports custom programming languages ​​such as HTML, CSS and JS. Due to its simple and intuitive interface, support for third-party package installation and macro support, it is deeply loved by programmers! [Related recommendations:

atom usage tutorial]

Official website link: https://atom.io/

2. ATOM commonly used plug-in recommendations

Since github launched atom, I have installed and experienced it. As the use time increased, I gradually collected some commonly used plug-ins (most plug-ins should be suitable for everyone, and a small number of plug-ins feel more suitable for me. flavors) are listed here for your reference.

1. simplified-chinese-menu

Simplified Chinese language package of Atom, which is currently the most complete Chinese language package. Including menu Chineseization, right-click menu Chineseization and setting Chineseization

##2, atom- beautify

One-click beautification of code format, supports formatting in multiple languages, such as: HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C, C#, Objective-C, CoffeeScript , TypeScript, Coldfusion, SQL…

3、last-cursor-position

The cursor can be freely switched to the previous/next time Edit position

4, minimap

imitation sublime text abbreviation code view, the place you want to find is clear at a glance.

5. minimap-highlight-selected

To realize minimap highlighting selected content, you need to install the first two plug-ins

6, activate-power-mode

Screen vibration effect, typing with special effects, shock effect when typing

7. Color-picker

Color picker tool, pick colors in the editor

##8. Pigments

Color display plug-in, you can directly view the color represented by the code in the editor. The tool is small but very practical.

9. highlight-selected

Select a certain piece of code to automatically highlight the same code

10. emmet

Must-have magic for HTML development, greatly improve your work efficiency

Speed ​​up web development and provide snippet (code snippets) , abbreviation expand function.

11. docblockr

Intelligent code comments make comments more standardized

12. project-manager

Quickly open stored projects

13. autocomplete-paths

Autocomplete file path

14、atom-react-native-autocomplete

react -native code completion plug-in

##15, merge-conflicts

Handle merged conflicting files in Atom

16. script

Run the script under atom and support multiple development languages.

17, browser-plus

Editor built-in browser

18, ask-stack

Quick question in atom stackoverflow

19, regex-railroad-diagram

Regular expression graphical

20, advanced-open-file

Quickly open files or create new ones file, and also supports path completion

##21, quick-highlight

code highlighting

Show found count on StatusBar.

22、platformio-ide-terminal

Terminal tool

23, open-in-browsers

Open the code in any installed browser

Browser List in context menu

24、linter/ linter-eslint

code error prompt, It needs to be used with the corresponding rule plug-in, for example: linter-eslint (js code inspection according to eslint rules, the linter plug-in needs to be installed)

25, autocomplete- paths

There will be prompts when filling in the path

26, hyperclick / js-hyperclick

Used together, these two plug-ins can implement Ctrl click similar to IDE, jumping to the place where the variable function is declared or defined.

hyperclick example:

##s-hyperclick example

27, Sublime- Style-Column-Selection

Partial Selection Plug-in

28, file-icons

Left Under the side tree view, different icons are displayed on the left side according to the file type

29, tool-bar

toolbar plug-in, Need to cooperate with other plug-ins

##30, flex-tool-bar

With toolbar plug-ins, custom icons and events

31, atom-terminal-panel

atom built-in command line tool

32, language-javascript-jsx/language-babel

Code highlighting, supports ES6, ES7, React JSX...

33, es6- javascript

ES6 code shortcut keys

34, react-snippets

react code shortcut keys

35. atom-bootstrap3

bootstrap3 html automatic completion plug-in

36. sync-settings

Backup plug-in and configuration backup to prevent After reinstalling the system, you need to search for the plug-in again, directly download the plug-in automatically and configure atom

37 and atom-ternjs

to support code completion in multiple languages, for example: ES5, ES6 (JavaScript 2015), Node.js, jQuery, Angular…

38、vim-mode

Yes vim-mode must install ex-mode and relative-numbers plug-ins. The former allows the editor to perfectly support commands such as :w:s; the latter can implement relative line numbers in regular mode. Those who use vim will naturally understand its importance.

39、terminal-plus

cmd shift tOpen a new console

ctrl `Open/close the console

##cmd shift j/kSwitch console

In addition, you can also name or set the color of the console navigation through the navigation bar, which is very convenient.

40, tortoise-svn

svn plug-in

41, Git/github

git- plus—Execute Git commands in Atom without switching back and forth between the terminal and the editor

git-control—git panel

tree-view-git-status—Folder git status

Settings:

gist-it— Quickly share code to gist.github.com

##git-log

图形化git提交记录

monokai(theme)

monokay主题

3. How to install the plug-inOpen the software and click file——》settings——>install

Search and install themes or plug-ins, and finally click install.

[Related recommendation: "

atom tutorial

"]

The above is the detailed content of Recommended sharing of 40+ commonly used plug-ins in atom (with plug-in installation methods). For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:csdn. If there is any infringement, please contact admin@php.cn delete
五个IntelliJ IDEA插件,高效编写代码五个IntelliJ IDEA插件,高效编写代码Jul 16, 2023 am 08:03 AM

人工智能AI是当前广受认可的未来趋势和发展方向。虽然有些人担心AI可能会取代所有的工作,但实际上只会取代那些重复性高、产出低的工作。因此,我们应该学会更加聪明地工作,而不是使劲努力地工作。本文介绍5个由AI驱动的Intellij插件,这些插件可以帮助你提高生产力,减少繁琐的重复性工作,让你的工作更加高效、便捷。1GithubCopilotGithubCopilot是由OpenAI和GitHub联合开发的一款人工智能代码辅助工具。它使用了OpenAI的GPT模型来分析代码上下文,预测并生成新的代码

atom中 40+ 个常用插件推荐分享(附插件安装方法)atom中 40+ 个常用插件推荐分享(附插件安装方法)Dec 20, 2021 pm 04:14 PM

本篇文章给大家分享40+ 个atom常用插件,并附上在atom中安装插件的方法,希望对大家有所帮助!

vscode插件分享: 6个Vue3开发必备插件vscode插件分享: 6个Vue3开发必备插件Dec 09, 2022 pm 08:36 PM

本篇文章给大家整理分享 6 个 Vue3 开发必备的 VSCode 插件,可以直接用过 VSCode 的插件中心直接安装使用,希望对大家有所帮助!

2023年最新最全的VScode插件推荐2023年最新最全的VScode插件推荐Jan 24, 2023 am 05:30 AM

这篇文章主要介绍了这么多年来我在使用 VSCode 过程中用到的一些不错的插件。这些VSCode插件,帮你打造地表最强IDE!

用 VSCode 写 Python,这14个插件不容错过!用 VSCode 写 Python,这14个插件不容错过!May 24, 2023 pm 05:19 PM

可以说,VisualStudioCode这个编辑器,让微软在开源社区赢回了王者段位,要知道全球2400万开发者中有1400万称VSCode为自己的家,再加上GitHub和VSCode的结合,几乎所有的程序员的都离不开VSCode,不过,VSCode如此优秀,值得每个程序员使用,甚至我觉得非程序员都可以用它来码字。如果你还没用过VSCode,那访问这里安装[1]一个吧,很可能就打开了一个新世界。今天分享14个非常实用VSCode插件,可以让你写代码如同神一般,尤其是

英特尔推出 Amston Lake 系列凌动 Atom 处理器,面向边缘和网络市场英特尔推出 Amston Lake 系列凌动 Atom 处理器,面向边缘和网络市场Apr 09, 2024 pm 09:22 PM

本站4月9日消息,英特尔今日在嵌入式展(EmbeddedWorld)2024上发布了AmstonLake系列凌动Atom处理器。AmstonLake处理器基于Intel7制程,支持单通道内存,可视为AlderLake-N处理器的一种分支变体,包含面向边缘的凌动x7000RE系列和面向网络的x7000C系列。本站2023年报道过至多四核的ADL-N架构凌动x7000E处理器,而如今的x7000RE系列进一步扩展了规格:其最高可选8核的凌动x7835RE,该处理器和四核心的x7433RE均搭载32E

【吐血总结】23个VSCode 插件,助你提高开发效率和美观性【吐血总结】23个VSCode 插件,助你提高开发效率和美观性Mar 10, 2022 pm 08:01 PM

本篇文章给大家总结了23个各种功能的VSCode 插件,可以帮助开发者提高开发效率和美观性,希望对大家有所帮助!

如虎添翼,六个让你效率翻倍的ChatGPT插件如虎添翼,六个让你效率翻倍的ChatGPT插件May 17, 2023 pm 02:28 PM

ChatGPT是一个超强的AI应用程序,OpenAI已经发布的GPT-4引起了更广泛的关注。ChatGPT是由OpenAI开发的专门从事对话的AI聊天机器人,其主要目标是使AI系统更自然地进行互动。大家可能都已经尝试过ChatGPT,今天讲一讲与这个全新工具互动的不同方法。本文总结了6个可以使ChatGPT成为日常助手(甚至超越日常助手)的工具!1.【GoogleChromeExtension】在任何地方使用ChatGPT想在任何地方轻松地使用ChatGPT吗?那么你可以使用Chrome插件(h

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.