Some useful Atom packages
Table of Content
Themes
- atom-material-ui - A dark UI theme for Atom that follows Google's Material Design Guidelines
Common
- relative-numbers - Relative line numbers for Atom
- trailing-spaces - Highlights trailing whitespace
vim-mode - Add vim modal control
ex-mode - Ex for Atom's vim-mode
minimap - A preview of the full source code
- minimap-pigments - An Atom plugin to display pigments colors in the Minimap
- autocomplete-paths - Adds path autocompletion to autocomplete+
- atom-beautify - Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom
Before | After |
---|---|
Original HTML | Beautified HTML |
imdone-atom - A hackable task-board for TODOs, FIXMEs, HACKs, etc in your code
Nuclide - A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community
linter - A Base Linter with Cow Powers
- highlight-selected - Highlights the current word selected when double clicking
- project-manager - Project Manager for easy access and switching between projects in Atom
- file-icons - Assign file extension icons and colours for improved visual grepping
- activate-power-mode - Activate POWER MODE to write your code in style
- regex-railroad-diagram - Display railroad diagram of regex under cursor
- split-diff - A split pane diff tool
HTML
emmet - the essential tool for web developers
tag - Sublime Text-inspired HTML & XML Tag menu and functions. Close Tag (⌥⌘.)
CSS
- color-picker - Right click or press CMD-SHIFT-C/CTRL-ALT-C to open it
- autoprefixer - Prefix CSS and SCSS
- pigments - A package to display colors in project and files
- linter-scss-lint - Lint SCSS on the fly, using scss-lint
JavaScript
linter-jshint - Linter plugin for JavaScript, using jshint
linter-eslint - Lint JavaScript on the fly, using ESLint
hyperclick - Pluggable text-clicking UI for Atom
- js-hyperclick - A hyperclick provider that lets you jump to where variables are defined
- language-babel - Babel JavaScript ES201x, React JSX & Flow Grammar & Transpiler
python
- autocomplete-python - Python packages, variables, methods and functions with their arguments autocompletion powered by Jedi
No comments:
Post a Comment