Last active
March 21, 2017 10:39
-
-
Save lena121/45ba5527a894299e35026d416008abd1 to your computer and use it in GitHub Desktop.
ATOM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QUICK SHORTCODES: | |
Ctrl+T find all files with similar typing file's name in all project | |
Ctrl+\ hide or open tree view | |
Ctrl+Shift+F find something in all project | |
Ctrl+/ comment single line or comment selected piece of code | |
Ctrl+cursor get multi select (coursor) | |
Ctrl+W close all pannels in editor | |
Ctrl+Shift+P - command line | |
CUSTOMIZE THEME'S STYLES (fonts, colors) IN YOUR NEEDS | |
open editor dev-tool Atl+Ctrl+I, find out particular element to style, and style it in file by path: File -> Styleshhets | |
SUPER USEFUL PACKAGES | |
1. file-icons - in project-tree add icons according to file's type | |
2. emmet | |
3. javascript-snippets - emmet to JS | |
4. css-spy - A package to suggest CSS classes in HTML projects | |
5. atom-beautify - formating code in css, html, php, js to an appropriate view (tree-style) Ctrl+Alt+B | |
6. remote-ftp | |
7. gist-it - work with gists in Atom | |
8. gist - the same as previous plugin (Ctrl+Shitf+P) | |
9. gulp-control | |
10. pigments - showing colors. Ctrl+Shift+P -> type 'pigments' -> find colors -> then its shows all colors in whole project | |
11. color-picker | |
12. git-aware | |
13. terminal-plus OR platformio-atom-ide-terminal - command line in editor | |
SNIPPETS | |
Alt+Shift+S - opening a windown with avaliable user snippets | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment