What are the common plug-ins for Atom
Editor to share with you what Atom plug-ins are commonly used, I hope you have something to gain after reading this article, let's discuss it together!
Atom is a cross-platform text editor developed by Github specifically for programmers. It has a simple and intuitive graphical user interface, and has many interesting features: it supports web programming languages such as CSS,HTML,Java. It supports macros, automatically completes the split screen function, and integrates the file manager.
Download the official website of Atom
Atom official website: https://atom.io
Github: https://github.com/atom/atom
II. Atom Chinese Sinicization course
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), click install to install, and then restart Atom.
3. Necessary plug-ins for Atom
Front-end must-have plug-in
1.Emmet-all said yes, artifact; there are individual shortcuts will conflict with Markdown preview shortcuts, just change it
2.autoprefixer-used to supplement css prefixes, will automatically generate prefixes for multiple browsers
3.color-picker-Color Picker, is it awesome? is it easier to use than sublime? it doesn't jam. It starts super fast.
4.linter-this product can recognize errors in multiple languages by default, but it is not meticulous and belongs to the main plug-in. It can be targeted to install more detailed check plug-ins (too many, not listed one by one, the following may be used at 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 has its own autocomplete with secondary settings, and some of the ones listed next have secondary settings
Autocomplete-python-you know, more detailed autocomplete-paths-pragmatism, path completion autocomplete-html-you know, more detailed autocomplete-bibtex-Github markdown syntax autocomplete-snippets-such as the name autocomplete-css-you know, more detailed less-autocompile-real-time compilation of docblockr-annotation plug-ins, very practical
Plug-in-beautification
File-icons-add many icons, icon in front of the blue file name on the side. Filetype-color-amazing, displays different color titles in different format files in the label bar, and supports secondary settings.
Plug-ins-collaboration
Git-plus-basically the same sublimegit function as Sublime Text
Plug-in-Keyboard Man
Vim-mode-those who have used vim know well, basically achieved most of the functions, but caused a lot of shortcut key conflicts, slowly eliminate it
Plug-in-enhanced
Minimap-friends who have used Sublime Text know that there is a very practical feature, that is, the internal editor there is a small code diagram, this product is to complete the Atom this function, support highlighted code, but also controllable, depending on the internal settings.
After reading this article, I believe you have a certain understanding of "what are the common plug-ins for Atom". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!