Skip to content

Snippets created to be used with the Atom code editor. By Stephen Brinkworth

Notifications You must be signed in to change notification settings

DevSeedlings/Atom_Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Atom-Snippets

  1. Click "Atom"(mac)/"File"(Win) in the menu bar
  2. Click "Snippets" in the drop down
  3. Copy and paste contents of 'mySnippets.cson' into atom's 'snippets.cson'

####Aditional Info: If you notice on the angular functions (ctrl, serv, dir) the angular module looks like this

${2:angular.module("${1:app}")}...

What this does is makes it easier for you to decide what kind of layout you want to use when writing your functions. After you define the app name (which you can tab right through), it will heighlight that whole area of text, allowing you to leave it, remove it, or replace it. enjoy!

About

Snippets created to be used with the Atom code editor. By Stephen Brinkworth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published