Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

The Atom plug-in theme is recommended


May 24, 2021 Atom


Table of contents


Plug-in topics are recommended

Precautions

Themes and plug-ins are much more user-friendly than Sublime Text: Some more attentive authors have added a second-degree setup feature.

What is a second-degree setting, that is, do not use handwritten code to modify the configuration file, click the mouse, fill in the input box can take effect, the theme to isotope-ui this example introduction, look at the figure:

The Atom plug-in theme is recommended

Go to the second degree setting and I'll cover it again

The Atom plug-in theme is recommended

Generally there are two-degree settings, the bottom piece has readme or other boot tutorials, plug-ins of the second-degree settings and themes are much the same, there are two-degree internal plug-in functions enabled and code deployment tutorials, feel much more human than Sublime, sublime plug-in instructions to their own Github or package control to view.

Topic recommendations

The themes that come with it are not introduced, they are quite bearable

The subject name Describe Personal evaluation
isotope-ui A clean and configurable UI theme. Noble black, but without syntax themes, supports advanced customization
seti-UI A dark colored UI theme for atom with custom file icons Flat scrub black, without grammatical theme, bring your own file icon (OK)
monokai-flat Everyone who has used the sublime flat theme knows it Zane, familiar breath

Plug-in recommendations

Front-end prerequisite plug-ins

1.Emmet - used to say good, artifacts; There are individual shortcuts that will conflict with markdown preview shortcuts, so it would be fine to change them

2.autoprefixer - Used to supplement the css prefix, multiple browser prefixes are automatically generated

3.color-picker - color picker, too good to have wood, better than sublime that good to use, do not card, start super fast

4.linter - This goods by default can identify errors in multiple languages, but not detailed, belong to the main plug-in, can be targeted to install more detailed check plug-ins (too many, not listed, the following is the front end may be used)

  • linter-jshint, for JavaScript and JSON, using jshint
  • linter-coffeelint, for CoffeeScript, using coffeelint
  • linter-tslint, for Typescript, using tslint
  • linter-php, for PHP using php -l
  • linter-pylint, for Python, using pylint
  • linter-scss-lint, for SASS/SCSS, using scss-lint
  • linter-less, for LESS, using less
  • linter-csslint, for CSS, using csslint
  • linter-stylint, for Stylus, using stylint
  • linter-stylus, for Stylus, using stylus

5.autocomplete-plus - Perfect comes with autocomplete, with two-degree settings, and some of the next listed have two-degree settings

  • autocomplete-python - you know, more detailed
  • autocomplete-paths - practical, path complement
  • autocomplete-html - you know, more detailed
  • autocomplete-bibtex - Github's markdown syntax
  • autocomplete-snippets - as a name
  • autocomplete-css - you know, more detailed

    • less-autocompile - compiled in real time
    • docblockr - Comment plug-in, very practical

Plug-ins - beautify articles

  • file-icons - Add many icons, icons in front of the side blue file name.
  • Filetype-color - amazing, with different color titles displayed in different format files in the tab bar, supporting second-degree settings

Plug-ins - Collaborations

  • git-plus - basically the same sublimegit functionality as Subblime Text

Plug-in - Keyboard Man

  • vim-mode - Everyone who has used vim knows that most of the functionality is basically implemented, but causes a lot of shortcut conflicts, and slowly eliminate them

Plug-in - enhanced

  • minimap - Friends who have used Sublime Text know that there is a very useful feature, that is, the internal editing there is a small code map, this goods is to complement the Atom function, support highlighted code, but also control, look specifically at the internal settings.