Skip to content

Instantly share code, notes, and snippets.

View Crizzooo's full-sized avatar

Christopher Rizzo Crizzooo

  • Titanvest
  • New York, NY
View GitHub Profile
@Crizzooo
Crizzooo / cloudSettings
Created December 4, 2017 05:30
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-12-04T05:30:25.056Z","extensionVersion":"v2.8.6"}
Hi Fullstack Friends!
This gist will walk you through installing snippets I have created to help you work faster and more efficiently in Express!
This gist is specifically for Visual Studio Code Users
--- Installation Instructions ---
1. Go to Code -> Preferences -> User Snippets
2. Select JavaScript
2. Copy all the code below the {COPY CODE BELOW HERE} line
3. Paste it below the final comment
Hi Fullstack Friends!
This gist will walk you through installing snippets I have created to help you work faster and more efficiently in Express!
This gist is specifically for Sublime Users.
--- INSTALLATION INSTRUCTIONS ---
Each Snippet must be installed individually using the following steps:
Hi Fullstack Friends!
This gist will walk you through installing snippets I have created to help you work faster and more efficiently in Express!
--- Installation Instructions ---
1. Open ~/.atom/snippets.cson
2. Copy all the code below the {COPY CODE BELOW HERE} line
3. Paste it below the final default comment
4. Open a .js file and test the snippets using something like aget and then cycling through tab!