Skip to content

Instantly share code, notes, and snippets.

@jsstrn
Last active March 7, 2016 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsstrn/91d5474c55aeedb6673e to your computer and use it in GitHub Desktop.
Save jsstrn/91d5474c55aeedb6673e to your computer and use it in GitHub Desktop.
Web developer tools setup

Web development setup

Trello

  • A shared Trello board for all our resources, suggested by Kelvin
  • Leave a comment here with your Trello username so I can add you to the baord

Atom

Similar shortcuts, plugins, and linters are available for Sublime Text and Brackets.

Shortcuts (aka ninja mode)

  • Ctrl + Cmd + M select everything inside brackets ([], {}, ())
  • Cmd + P to find a file
  • Cmd + D select next
  • Ctrl + Cmd + G select all
  • Shift + Cmd + P the command palette

Plugins

You can use apm install [plugin-name].

  • emmet
  • pigments (change marker type to dot under settings)
  • highlight-selected
  • minimap
  • minimap-highlight-selected
  • javascript-snippets
  • keybinding-cheatsheet
  • set-syntax

Linters (must have)

iTerm

Dash

  • Download Dash from Mac App Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment