Skip to content

Instantly share code, notes, and snippets.

@brandonb927
Last active February 22, 2022 00:53
Show Gist options
  • Star 24 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save brandonb927/9757bdb8b16afd55fb50 to your computer and use it in GitHub Desktop.
Save brandonb927/9757bdb8b16afd55fb50 to your computer and use it in GitHub Desktop.
Installed Atom Packages

Sublime-Style-Column-Selection
Enable Sublime style 'Column Selection'. Just hold 'alt' while you select, or select using your middle mouse button. Also similar to Texmate's 'Multiple Carets', or BBEdit's 'Block Select'

activate-power-mode
Activate POWER MODE to write your code in style.

atom-alignment
A simple key-binding for aligning multi-line and multiple selections in Atom (Based on the sublime text plugin)

atom-beautify
Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, and SQL in Atom

atom-html-preview
A live preview tool for Atom Editor.

atom-jinja2
Syntax highlighting for jinja2 templates.

atom-liquid-snippets
Atom snippets for liquid (shopify) syntax

atom-material-syntax
A dark syntax theme for Atom that uses Google's Material Design color palette

atom-prettify
Prettify your HTML

autoclose-html
Automates closing of HTML Tags

autocomplete-python
Python packages, variables, methods and functions with their arguments autocompletion powered by Jedi

block-comment
Block comment

block-travel
Quickly travel up/down between blocks of code

browser-plus
Browser Plus

css-clean
A package for sorting and aligning CSS and SASS.

csslint
CSSLint error reports for your Atom editor

custom-title
Set your own template for Atom's title bar.

duotone-dark-space-syntax
A dark blue-red DuoTone syntax theme

editorconfig
Helps developers maintain consistent coding styles between different editors

emoji-syntax
Adds customisable emoji to your syntax keywords

file-icons
Assign file extension icons and colours for improved visual grepping

filesize
Displays the current file's size on the status bar

fixmyjs
Automagically fix JSHint lint warnings

git-time-machine
Visually interact with git commit history for a file

highlight-line
Highlights the current line in the editor

highlight-selected
Highlights the current word selected when double clicking

html-entities
Encode and decode HTML entities

jsonpp
JSON pretty printer

language-babel
Babel JavaScript ES201x, React JSX & Flow Grammar & Transpiler

language-javascript-jsx
JavaScript, ES6, ES7, React JSX, Flow, etc… by SubtleGradient of Facebook

language-liquid
Liquid language support for Atom.

language-python-django-templates
Python Django Templates language support in Atom

linter
A Base Linter with Cow Powers

linter-coffeelint
Lint CoffeeScript on the fly, using coffeelint

linter-flake8
Atom linter plugin for Python, using flake8

linter-js-standard
Linter plugin for JavaScript Standard Style

linter-js-yaml
Linter plugin for YAML, using js-yaml

markdown-writer
Make Atom a better Markdown editor and an easier static blogging tool.

open-in-browser
Simple Package to open file in default Browser

pigments
A package to display colors in project and files.

project-manager
Project Manager for easy access and switching between projects in Atom.

set-syntax
Creates easy Command Palette commands for setting the syntax of the current file

ssh-config
ssh config syntax

string-looper
Change word case, number value and loop between keywords with the arrows of your keyboard.

sync-settings
Synchronize package settings, keymap and installed packages

tabs-to-spaces
Provides the ability to convert between leading tabs and spaces in a document

tidy-markdown
Fix ugly markdown.

todo-show
Finds all the TODOs, FIXMEs, CHANGEDs, etc. in your project.

travis-ci-status
Add Travis CI status of the project to the Atom status bar.

wordcount
Counts the words (and characters) in your current document, as well as in your selection and displays it in the status bar.

@piascikj
Copy link

piascikj commented Jul 8, 2016

Nice, If you're looking for a fresh new way to manage TODO comments, try imdone-atom and imdone-atom-github

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment