Home > Development Tools > atom > body text

Recommended common plug-ins for Atom

青灯夜游
Release: 2021-02-01 11:52:11
forward
4731 people have browsed it

Recommended common plug-ins for Atom

Atom is a cross-platform text editor launched by Github specifically for programmers. It has a simple and intuitive graphical user interface and has many interesting features: it supports CSS, HTML, Java and other web programming languages. It supports macros, automatically completes the split-screen function, and integrates a file manager.

Related recommendations: "atom tutorial"

1. Atom official website download

Atom official website: https://atom .io

Github: https://github.com/atom/atom

2. Atom Chinese Chinese Tutorial

After installing Atom, Open the main interface, open Install Packages (or help→Welcome Guide→Install Packages), search for the plug-in simplified-chinese-menu (Github open source page), then click install to install, then restart Atom, and the Chinese version is completed.

3. Atom essential plug-in

Front-end essential plug-in

1.Emmet — Everyone who has used it says it is a great tool; some shortcut keys will conflict with the Markdown preview shortcut keys, just change them Prefix

3.color-picker — Color picker, it’s amazing, it’s easier to use than sublime, no lag, starts super fast

4.linter — This product works by default It identifies errors in multiple languages, but it is not detailed. It belongs to the main plug-in. More detailed checking plug-ins can be installed in a targeted manner (too many to list one by one. The following are the ones that may be used by the front end)

linter -jshint, for Java and JSON, using jshintlinter-coffeelint, for Coffee, using coffeelintlinter-tslint, for Type, using tslintlinter-php, for PHP using php -llinter-pylint, for Python, using pylintlinter-scss-lint, for SASS /SCSS, using scss-lintlinter-less, for LESS, using lesslinter-csslint, for CSS, using csslintlinter-stylint, for Stylus, using stylintlinter-stylus, for Stylus, using stylus

5.autocomplete-plus — Perfect comes with autocomplete, with secondary settings. Some of the following ones have secondary settings

autocomplete-python — You know, more detailed autocomplete-paths — Practical school, path completion autocomplete-html — You know, more detailed autocomplete-bibtex — Github’s markdown syntax autocomplete-snippets — Just like the name autocomplete-css — You know, more detailed less-autocompile — Real-time compilation docblockr — Comment plug-in, very practical

Plug-in-Beautification

file-icons — Add many icons, the icon in front of the blue file name on the side. filetype-color — amazing, displays titles of different colors in different format files in the tab bar, supports secondary settings

Plugin-Collaboration

git-plus — It’s basically the same function as Sublime Text’s sublimegit

Plug-in – Keyboard Man

vim-mode — Anyone who has used vim knows it, and it basically implements most of the functions. However, it causes many shortcut key conflicts, so let’s eliminate them slowly

Plug-in – Enhance

minimap — Friends who have used Sublime Text all know that there is a very practical function , there is a small code diagram in the internal editor. This product is to complete the function of Atom. It supports highlighted code and is controllable. Please refer to the internal settings for details.

For more programming-related knowledge, please visit:

Programming Teaching

! !

The above is the detailed content of Recommended common plug-ins for Atom. 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
Popular Tutorials
More>
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!