{"id":5346,"date":"2021-01-31T16:44:53","date_gmt":"2021-01-31T16:44:53","guid":{"rendered":"https:\/\/typingkeyboards.com\/blog\/?p=5346"},"modified":"2021-01-31T16:44:56","modified_gmt":"2021-01-31T16:44:56","slug":"best-collection-of-atom-packages-and-resources","status":"publish","type":"post","link":"https:\/\/typingkeyboards.com\/blog\/best-collection-of-atom-packages-and-resources\/","title":{"rendered":"Best collection of Atom packages and resources"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\" id=\"0-awesome-atom-massive-resources-amp-collection\">Awesome Atom Massive Resources &amp; Collection<\/h1>\n\n\n\n<p>A curated list of delightful Atom packages and resources.<\/p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"1-syntax\">Syntax<\/h2>\n\n\n\n<p>Language packages extend the editor with syntax highlighting and\/or snippets for a specific language or file format.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/atom.io\/packages\/angularjs\" target=\"_blank\" rel=\"noopener\">Angular 3<\/a><\/li><li><a href=\"https:\/\/atom.io\/packages\/language-vue\" target=\"_blank\" rel=\"noopener\">Vue.js<\/a><\/li><li><a href=\"https:\/\/atom.io\/packages\/language-docker\" target=\"_blank\" rel=\"noopener\">Dockerfile<\/a><\/li><li><a href=\"https:\/\/atom.io\/packages\/language-markdown\" target=\"_blank\" rel=\"noopener\">Markdown<\/a><\/li><li><a href=\"https:\/\/atom.io\/packages\/react\" target=\"_blank\" rel=\"noopener\">React<\/a><\/li><li><a href=\"https:\/\/atom.io\/packages\/stylus\" target=\"_blank\" rel=\"noopener\">Stylus<\/a><\/li><li><a href=\"https:\/\/atom.io\/packages\/language-pug\" target=\"_blank\" rel=\"noopener\">Pug<\/a><\/li><li><a href=\"https:\/\/atom.io\/packages\/language-tcl\" target=\"_blank\" rel=\"noopener\">Tcl<\/a><\/li><li><a href=\"https:\/\/atom.io\/packages\/atom-typescript\" target=\"_blank\" rel=\"noopener\">TypeScript<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-lint\">Lint<\/h2>\n\n\n\n<p>In case the awesome nirvana that is linting has not yet been unleashed upon you:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage in software written in any computer language.<\/p><\/blockquote>\n\n\n\n<p>To enable linting, you\u2019ll need the general <a href=\"https:\/\/atom.io\/packages\/linter\" target=\"_blank\" rel=\"noopener\">linter<\/a> which provides the interface for the provider plugins for specific languages. The full list of current plugins can be found at <a href=\"http:\/\/atomlinter.github.io\/\" target=\"_blank\" rel=\"noopener\">atomlinter.github.io<\/a>, a few examples being:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>C++<ul><li><a href=\"https:\/\/atom.io\/packages\/linter-clang\" target=\"_blank\" rel=\"noopener\">linter-clang<\/a><\/li><li><a href=\"https:\/\/atom.io\/packages\/linter-cppcheck\" target=\"_blank\" rel=\"noopener\">linter-cppcheck<\/a><\/li><li><a href=\"https:\/\/atom.io\/packages\/linter-gcc\" target=\"_blank\" rel=\"noopener\">linter-gcc<\/a> &#8211; on-the-fly linting!<\/li><li><a href=\"https:\/\/atom.io\/packages\/linter-cpplint\" target=\"_blank\" rel=\"noopener\">linter-cpplint<\/a> &#8211; checks against google style guide<\/li><\/ul><\/li><li><a href=\"https:\/\/atom.io\/packages\/linter-stylelint\" target=\"_blank\" rel=\"noopener\">CSS<\/a> \u2014 stylelint<\/li><li><a href=\"https:\/\/atom.io\/packages\/linter-eslint\" target=\"_blank\" rel=\"noopener\">JavaScript 1<\/a> \u2014 eslint<\/li><li><a href=\"https:\/\/atom.io\/packages\/linter-pylama\" target=\"_blank\" rel=\"noopener\">Python<\/a> \u2014 pylama<\/li><li><a href=\"https:\/\/atom.io\/packages\/linter-sass-lint\" target=\"_blank\" rel=\"noopener\">SASS<\/a> \u2014 sass-lint<\/li><li><a href=\"https:\/\/atom.io\/packages\/linter-stylint\" target=\"_blank\" rel=\"noopener\">Stylus<\/a> \u2014 stylint<\/li><li><a href=\"https:\/\/atom.io\/packages\/linter-tslint\" target=\"_blank\" rel=\"noopener\">TypeScript<\/a> &#8211; tslint<\/li><\/ul>\n\n\n\n<p><a href=\"https:\/\/camo.githubusercontent.com\/70b6e697c9d793642414b4ea6d08dbb9678877b3\/687474703a2f2f672e7265636f726469742e636f2f313352666d6972507a322e676966\" target=\"_blank\" rel=\"noopener\">1<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-build\">Build<\/h2>\n\n\n\n<p>To enable building, you\u2019ll need the general <a href=\"https:\/\/atom.io\/packages\/build\" target=\"_blank\" rel=\"noopener\">build<\/a> which provides the interface for the provider plugins for specific languages and adds integrates with <a href=\"https:\/\/github.com\/mehcode\/awesome-atom#lint\" target=\"_blank\" rel=\"noopener\">lint<\/a>. The full list of current plugins can be found at <a href=\"http:\/\/atombuild.github.io\/\" target=\"_blank\" rel=\"noopener\">atombuild.github.io<\/a>, a few examples being:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/atom.io\/packages\/build-applescript\" target=\"_blank\" rel=\"noopener\">AppleScript<\/a> \u2014 oscompile<\/li><li><a href=\"https:\/\/atom.io\/packages\/build-xcodebuild\" target=\"_blank\" rel=\"noopener\">C\/C++\/Objective C<\/a> \u2014 xcodebuild<\/li><li><a href=\"https:\/\/atom.io\/packages\/build-coffee\" target=\"_blank\" rel=\"noopener\">CoffeeScript<\/a> &#8211; coffee<\/li><li><a href=\"https:\/\/github.com\/AtomBuild\/atom-build-make\" target=\"_blank\" rel=\"noopener\">GNU Make<\/a> &#8211; make<\/li><li><a href=\"https:\/\/atom.io\/packages\/build-sass\" target=\"_blank\" rel=\"noopener\">Sass<\/a> \u2014 sass<\/li><li><a href=\"https:\/\/atom.io\/packages\/build-tsc\" target=\"_blank\" rel=\"noopener\">TypeScript<\/a> &#8211; tsc<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/camo.githubusercontent.com\/ca10be645c7a2024dddc550466e67d692fb411ed\/68747470733a2f2f6e6f7365676c69642e6769746875622e696f2f746172676574732d6d616b652e676966\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/camo.githubusercontent.com\/ca10be645c7a2024dddc550466e67d692fb411ed\/68747470733a2f2f6e6f7365676c69642e6769746875622e696f2f746172676574732d6d616b652e676966\" alt=\"atom-build\" title=\"\"><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"4-extensions\">Extensions<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"5-nuclide-1-\"><a href=\"https:\/\/nuclide.io\/\" target=\"_blank\" rel=\"noopener\">Nuclide 1<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>An open IDE for web and native mobile development, built on top of Atom maintained by <a href=\"https:\/\/github.com\/facebook\/nuclide\" target=\"_blank\" rel=\"noopener\">Facebook<\/a>.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/camo.githubusercontent.com\/3d31068327e9111e49d3b9c14e1d282dd78b77bb704402f1ed0171b2ea3639a7\/68747470733a2f2f6e75636c6964652e696f2f7374617469632f696d616765732f646f63732f70726f6d6f2d6861636b2e706e67\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/camo.githubusercontent.com\/3d31068327e9111e49d3b9c14e1d282dd78b77bb704402f1ed0171b2ea3639a7\/68747470733a2f2f6e75636c6964652e696f2f7374617469632f696d616765732f646f63732f70726f6d6f2d6861636b2e706e67\" alt=\"\" title=\"\"><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"6-collaboration\">Collaboration<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"7-codesidestory-1-\"><a href=\"https:\/\/atom.io\/packages\/codesidestory-atom\" target=\"_blank\" rel=\"noopener\">CodeSideStory 1<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>An Atom\/Slack integration to start conversations about code right from the editor. Record screens and archive it right next to the line number to provide more context to your code.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/camo.githubusercontent.com\/e38faaa7f9b02d99fc32995a4f3dd27bcfe90399552d72b02c52b1ce0fbae105\/68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f636f64657369646573746f72792f7374617469632f6d656469612f61746f6d5f73732e63323962346230622e706e67\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/camo.githubusercontent.com\/e38faaa7f9b02d99fc32995a4f3dd27bcfe90399552d72b02c52b1ce0fbae105\/68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f636f64657369646573746f72792f7374617469632f6d656469612f61746f6d5f73732e63323962346230622e706e67\" alt=\"\" title=\"\"><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"8-uncategorized\">Uncategorized<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"9-advanced-open-file-\"><a href=\"https:\/\/atom.io\/packages\/advanced-open-file\" target=\"_blank\" rel=\"noopener\">Advanced Open File<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Helps Atom users to open files and folders easily. It can also creates new files and folders if they don\u2019t currently exist.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/camo.githubusercontent.com\/064cd8c3ad5dbd55de155f26672eda639edf98dc272c4cf21a0e151af6ee7374\/687474703a2f2f6f736d6f73652e6769746875622e696f2f616476616e6365642d6f70656e2d66696c652f64656d6f2e676966\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/camo.githubusercontent.com\/064cd8c3ad5dbd55de155f26672eda639edf98dc272c4cf21a0e151af6ee7374\/687474703a2f2f6f736d6f73652e6769746875622e696f2f616476616e6365642d6f70656e2d66696c652f64656d6f2e676966\" alt=\"\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"10-atom-reverser-\"><a href=\"https:\/\/atom.io\/packages\/atom-reverser\" target=\"_blank\" rel=\"noopener\">Atom Reverser<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Reverses your current selections; e.g. <code>false<\/code> to <code>true<\/code><\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/camo.githubusercontent.com\/6420f38347bdceb63981c79f55e30b90a18f4426e002f2f7dc505b550aa0463f\/68747470733a2f2f692e696d6775722e636f6d2f5961774756734e2e676966\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/camo.githubusercontent.com\/6420f38347bdceb63981c79f55e30b90a18f4426e002f2f7dc505b550aa0463f\/68747470733a2f2f692e696d6775722e636f6d2f5961774756734e2e676966\" alt=\"Atom Reverser in action\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"11-atom-terminal-\"><a href=\"https:\/\/atom.io\/packages\/atom-terminal\" target=\"_blank\" rel=\"noopener\">Atom Terminal<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Launch terminal app on current file\u2019s directory with \u201cCtrl-Shift-T\u201d in Atom.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/raw.githubusercontent.com\/karan\/atom-terminal\/master\/terminal.gif\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/raw.githubusercontent.com\/karan\/atom-terminal\/master\/terminal.gif\" alt=\"\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"12-autocomplete-module-import-\"><a href=\"https:\/\/atom.io\/packages\/autocomplete-module-import\" target=\"_blank\" rel=\"noopener\">Autocomplete module import<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Search &amp; install npm packages from import\/require statements by <a href=\"https:\/\/www.algolia.com\/\" target=\"_blank\" rel=\"noopener\">Algolia 1<\/a><\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/camo.githubusercontent.com\/53350e9c6d303f60101e1644605fe62f529e45f2\/687474703a2f2f672e7265636f726469742e636f2f643576695542385859372e676966\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/camo.githubusercontent.com\/53350e9c6d303f60101e1644605fe62f529e45f2\/687474703a2f2f672e7265636f726469742e636f2f643576695542385859372e676966\" alt=\"\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"13-beautify-\"><a href=\"https:\/\/atom.io\/packages\/atom-beautify\" target=\"_blank\" rel=\"noopener\">Beautify<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><a href=\"https:\/\/github.com\/beautify-web\/js-beautify\" target=\"_blank\" rel=\"noopener\">Beautify<\/a> HTML (including <a href=\"http:\/\/handlebarsjs.com\/\" target=\"_blank\" rel=\"noopener\">Handlebars<\/a>), CSS (including <a href=\"http:\/\/sass-lang.com\/\" target=\"_blank\" rel=\"noopener\">Sass<\/a> and <a href=\"http:\/\/lesscss.org\/\" target=\"_blank\" rel=\"noopener\">LESS<\/a>), JavaScript, and much more in Atom.<\/p><\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"14-code-peek-\"><a href=\"https:\/\/atom.io\/packages\/code-peek\" target=\"_blank\" rel=\"noopener\">Code Peek<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Quickly peek and edit functions in separate files from the context of your current editor.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/github.com\/DFreds\/code-peek-atom\/blob\/master\/code-peek.gif?raw=true\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/github.com\/DFreds\/code-peek-atom\/raw\/master\/code-peek.gif?raw=true\" alt=\"Code Peek Demo\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"15-color-picker-\"><a href=\"https:\/\/atom.io\/packages\/color-picker\" target=\"_blank\" rel=\"noopener\">Color Picker<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Color picker that supports HEX, HEXa, RGB, RGBa, HSL, HSLa, HSV, HSVa, VEC3, VEC4 \u2013 and is able to convert between the formats. It also inspects Sass and LESS color variables.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/github.com\/thomaslindstrom\/color-picker\/raw\/master\/preview.gif\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/github.com\/thomaslindstrom\/color-picker\/raw\/master\/preview.gif\" alt=\"Color Picker in action\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"16-copy-paste-\"><a href=\"https:\/\/atom.io\/packages\/copy-paste\" target=\"_blank\" rel=\"noopener\">Copy Paste<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Types in your code for your from the clipboard\/buffer. Simply copy the code and hit the shortcut to watch your code being typed. Copy paste is ideal for screencasts and online courses.<\/p><\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"17-css-declaration-sorter-\"><a href=\"https:\/\/atom.io\/packages\/css-declaration-sorter\" target=\"_blank\" rel=\"noopener\">CSS Declaration Sorter<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Sorts your CSS, Less or Sass declarations in Atom, never gets tired. You can choose from various ready-made orders to keep your CSS tidy.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/github.com\/Siilwyn\/css-declaration-sorter-atom\/raw\/master\/show-off.gif\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/github.com\/Siilwyn\/css-declaration-sorter-atom\/raw\/master\/show-off.gif\" alt=\"CSS Declaration Sorter Demo\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"18-duplicate-selection-\"><a href=\"https:\/\/atom.io\/packages\/duplicate-line-or-selection\" target=\"_blank\" rel=\"noopener\">Duplicate Selection<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Duplicates the selection if there is one, otherwise, duplicates the line.<\/p><\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"19-editor-config-\"><a href=\"https:\/\/atom.io\/packages\/editorconfig\" target=\"_blank\" rel=\"noopener\">Editor Config<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><a href=\"http:\/\/editorconfig.org\/\" target=\"_blank\" rel=\"noopener\">EditorConfig<\/a> helps developers maintain consistent coding styles between different editors<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/camo.githubusercontent.com\/b369e5bad588a33a8ba06b570f0304021e39982986fba6408871aed5af5d9ed7\/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3137303237302f323332373939342f64666534306362342d613366362d313165332d383632662d3839343939393937333337332e706e67\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/camo.githubusercontent.com\/b369e5bad588a33a8ba06b570f0304021e39982986fba6408871aed5af5d9ed7\/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3137303237302f323332373939342f64666534306362342d613366362d313165332d383632662d3839343939393937333337332e706e67\" alt=\"atom-editor-config\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"20-emmet-\"><a href=\"https:\/\/atom.io\/packages\/emmet\" target=\"_blank\" rel=\"noopener\">Emmet<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Plugin which greatly improves HTML and CSS writing. Shortcuts can expand to complete set of HTML or CSS selectors.<\/p><\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"21-file-icons-1-\"><a href=\"https:\/\/atom.io\/packages\/file-icons\" target=\"_blank\" rel=\"noopener\">File Icons 1<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Adds file specific icons to atom for improved visual grepping. Works with Tree View and Fuzzy Finder and Tabs.<\/p><\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"22-fonts-\"><a href=\"https:\/\/atom.io\/packages\/fonts\" target=\"_blank\" rel=\"noopener\">Fonts<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Lots of monospace fonts.<\/p><\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"23-git-time-machine-\"><a href=\"https:\/\/atom.io\/packages\/git-time-machine\" target=\"_blank\" rel=\"noopener\">Git Time Machine<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>It shows visual plot of commits to the current file over time and you can click on it on the timeplot or hover over the plot and see all of the commits for a time range.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/camo.githubusercontent.com\/c0f88992c3bd03d4010851589b3101763c722059232f51f13c20429d031f78c2\/68747470733a2f2f692e6769746875622d63616d6f2e636f6d2f363230383533303764636365616431633266356566646634643761343066396364623737376239332f363837343734373037333361326632663732363137373265363736393734363837353632373537333635373236333666366537343635366537343265363336663664326636633639373437343663363536323635363532663637363937343264373436393664363532643664363136333638363936653635326636643631373337343635373232663732363537333666373537323633363537333266373436393664363536643631363336383639366536353265363736393636\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/camo.githubusercontent.com\/c0f88992c3bd03d4010851589b3101763c722059232f51f13c20429d031f78c2\/68747470733a2f2f692e6769746875622d63616d6f2e636f6d2f363230383533303764636365616431633266356566646634643761343066396364623737376239332f363837343734373037333361326632663732363137373265363736393734363837353632373537333635373236333666366537343635366537343265363336663664326636633639373437343663363536323635363532663637363937343264373436393664363532643664363136333638363936653635326636643631373337343635373232663732363537333666373537323633363537333266373436393664363536643631363336383639366536353265363736393636\" alt=\"git-time-machine\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"24-html-to-css-\"><a href=\"https:\/\/atom.io\/packages\/html-to-css\" target=\"_blank\" rel=\"noopener\">html-to-css<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Generates CSS boilerplate based on the selected HTML. Supports CSS, SCSS, Sass, LESS, BEM, JSX.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/camo.githubusercontent.com\/b164c4b7b244006a7bcf7442d8c4b0812e4edcd0\/687474703a2f2f64726163756c2e6b696c6c2e706c2f2537456172642f68746d6c746f6373732e676966\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/camo.githubusercontent.com\/b164c4b7b244006a7bcf7442d8c4b0812e4edcd0\/687474703a2f2f64726163756c2e6b696c6c2e706c2f2537456172642f68746d6c746f6373732e676966\" alt=\"html-to-css\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"25-imdone-\"><a href=\"https:\/\/atom.io\/packages\/imdone-atom\" target=\"_blank\" rel=\"noopener\">iMDone<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>A task-board for TODOs, FIXMEs, HACKs, etc in your code.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/cloud.githubusercontent.com\/assets\/441774\/9805863\/757d5532-5814-11e5-8759-4196bd92c822.gif\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/cloud.githubusercontent.com\/assets\/441774\/9805863\/757d5532-5814-11e5-8759-4196bd92c822.gif\" alt=\"\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"26-jumpy-\"><a href=\"https:\/\/atom.io\/packages\/jumpy\" target=\"_blank\" rel=\"noopener\">Jumpy<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>An Atom package that creates dynamic hotkeys to jump around files across visible panes.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/raw.githubusercontent.com\/DavidLGoldberg\/jumpy\/master\/_images\/jumpy.gif\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/raw.githubusercontent.com\/DavidLGoldberg\/jumpy\/master\/_images\/jumpy.gif\" alt=\"\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"27-merge-conflicts-\"><a href=\"https:\/\/atom.io\/packages\/merge-conflicts\" target=\"_blank\" rel=\"noopener\">Merge Conflicts<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Resolve your git merge conflicts in Atom.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/camo.githubusercontent.com\/24d1f40ea16a3aa61eddc155eceab77b36ff97bcc36e5429cef6fd29518f934a\/68747470733a2f2f7261772e6769746875622e636f6d2f736d61736877696c736f6e2f6d657267652d636f6e666c696374732f6d61737465722f646f63732f636f6e666c6963742d7265736f6c7574696f6e2e676966\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/camo.githubusercontent.com\/24d1f40ea16a3aa61eddc155eceab77b36ff97bcc36e5429cef6fd29518f934a\/68747470733a2f2f7261772e6769746875622e636f6d2f736d61736877696c736f6e2f6d657267652d636f6e666c696374732f6d61737465722f646f63732f636f6e666c6963742d7265736f6c7574696f6e2e676966\" alt=\"\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"28-minimap-\"><a href=\"https:\/\/atom.io\/packages\/minimap\" target=\"_blank\" rel=\"noopener\">Minimap<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>A preview of the full source code.<\/p><\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"29-pigments-\"><a href=\"https:\/\/atom.io\/packages\/pigments\" target=\"_blank\" rel=\"noopener\">Pigments<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>A package to display colors in project and files.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/camo.githubusercontent.com\/dc4480e53a0b2f86700fdce4cfd1cafed96cc81a09573cda46ecdac451987010\/687474703a2f2f61626533332e6769746875622e696f2f61746f6d2d7069676d656e74732f7069676d656e74732e6769663f7261773d74727565\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/camo.githubusercontent.com\/dc4480e53a0b2f86700fdce4cfd1cafed96cc81a09573cda46ecdac451987010\/687474703a2f2f61626533332e6769746875622e696f2f61746f6d2d7069676d656e74732f7069676d656e74732e6769663f7261773d74727565\" alt=\"\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"30-project-plus-\"><a href=\"https:\/\/atom.io\/packages\/project-plus\" target=\"_blank\" rel=\"noopener\">Project Plus<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Simply awesome project management in Atom.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/raw.githubusercontent.com\/mehcode\/atom-project-plus\/master\/project-plus.gif\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/raw.githubusercontent.com\/mehcode\/atom-project-plus\/master\/project-plus.gif\" alt=\"\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"31-sort-lines-\"><a href=\"https:\/\/atom.io\/packages\/sort-lines\" target=\"_blank\" rel=\"noopener\">Sort Lines<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Sorts your lines. Never gets tired.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/camo.githubusercontent.com\/59de82a667ea690b778abaa5ba8a407f8659ebb3\/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323938382f313739363839312f38356536396666322d366139332d313165332d383961632d3331393237663630343539322e676966\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/camo.githubusercontent.com\/59de82a667ea690b778abaa5ba8a407f8659ebb3\/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323938382f313739363839312f38356536396666322d366139332d313165332d383961632d3331393237663630343539322e676966\" alt=\"\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"32-sorter-\"><a href=\"https:\/\/atom.io\/packages\/sorter\" target=\"_blank\" rel=\"noopener\">Sorter<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Sorts Lines, JSON, CSS, HTML, CSV. Restores semicolons. Respects indentation. Supports natural sort.<\/p><\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"33-sync-settings-\"><a href=\"https:\/\/atom.io\/packages\/sync-settings\" target=\"_blank\" rel=\"noopener\">Sync Settings<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Synchronize package settings, keymap and installed packages across Atom instances.<\/p><\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"34-platformio-ide-terminal-\"><a href=\"https:\/\/atom.io\/packages\/platformio-ide-terminal\" target=\"_blank\" rel=\"noopener\">PlatformIO IDE Terminal<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>A terminal package for Atom, complete with themes, API and more for PlatformIO IDE. This is a maintained (as of 2017-07-13) fork of terminal-plus.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/raw.githubusercontent.com\/jeremyramin\/terminal-plus\/master\/resources\/demo.gif\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/raw.githubusercontent.com\/jeremyramin\/terminal-plus\/master\/resources\/demo.gif\" alt=\"\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"35-ternjs-\"><a href=\"https:\/\/atom.io\/packages\/atom-ternjs\" target=\"_blank\" rel=\"noopener\">TernJS<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Javascript code intelligence for atom with tern.js and autocomplete-plus.<\/p><\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"36-test-navigator-\"><a href=\"https:\/\/atom.io\/packages\/test-navigator\" target=\"_blank\" rel=\"noopener\">Test Navigator<\/a><\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Quickly navigate between test and implementation files.<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/github.com\/DFreds\/test-navigator-atom\/blob\/master\/test-navigator.gif?raw=true\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/typingkeyboards.com\/blog\/wp-content\/themes\/breek\/assets\/images\/transparent.gif\" data-lazy=\"true\" data-src=\"https:\/\/github.com\/DFreds\/test-navigator-atom\/raw\/master\/test-navigator.gif?raw=true\" alt=\"Test Navigator Demo\" title=\"\"><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"37-themer-\"><a href=\"https:\/\/themer.mjswensen.com\/\" target=\"_blank\" rel=\"noopener\">Themer<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Generate Atom syntax\/UI theme packages (and matching themes for your other tools) from your favorite colors.<\/p><\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"38-toggle-quotes-\"><a href=\"https:\/\/atom.io\/packages\/toggle-quotes\" target=\"_blank\" rel=\"noopener\">Toggle Quotes<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Quickly toggle between single and double quotes.<\/p><\/blockquote>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"39-tree-view-search-bar-\"><a href=\"https:\/\/atom.io\/packages\/tree-view-search-bar\" target=\"_blank\" rel=\"noopener\">Tree View Search Bar<\/a><\/h4>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Quick look in tree view.<\/p><\/blockquote>\n\n\n\n<p>Source: GitHub<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Awesome Atom Massive Resources &amp; Collection A curated list of delightful Atom packages and resources. Syntax Language packages extend the editor with syntax highlighting and\/or&#8230;<\/p>\n","protected":false},"author":1,"featured_media":5347,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[39],"tags":[],"class_list":["post-5346","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-giveaway-and-freebies"],"acf":[],"_links":{"self":[{"href":"https:\/\/typingkeyboards.com\/blog\/wp-json\/wp\/v2\/posts\/5346","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/typingkeyboards.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/typingkeyboards.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/typingkeyboards.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/typingkeyboards.com\/blog\/wp-json\/wp\/v2\/comments?post=5346"}],"version-history":[{"count":1,"href":"https:\/\/typingkeyboards.com\/blog\/wp-json\/wp\/v2\/posts\/5346\/revisions"}],"predecessor-version":[{"id":5348,"href":"https:\/\/typingkeyboards.com\/blog\/wp-json\/wp\/v2\/posts\/5346\/revisions\/5348"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/typingkeyboards.com\/blog\/wp-json\/wp\/v2\/media\/5347"}],"wp:attachment":[{"href":"https:\/\/typingkeyboards.com\/blog\/wp-json\/wp\/v2\/media?parent=5346"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/typingkeyboards.com\/blog\/wp-json\/wp\/v2\/categories?post=5346"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/typingkeyboards.com\/blog\/wp-json\/wp\/v2\/tags?post=5346"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}