Skip to content

Instantly share code, notes, and snippets.

@thadeu
Created September 27, 2016 00:27
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 thadeu/96ea9be93b809146a379bc28763bce8b to your computer and use it in GitHub Desktop.
Save thadeu/96ea9be93b809146a379bc28763bce8b to your computer and use it in GitHub Desktop.
Snippets Ruby on Rails Visual Studio Code MacOS
{
"ERB Block": {
"prefix": "erb",
"body": [
"<%$1 %>"
],
"description": "Block Erb Tag"
},
"End Block": {
"prefix": "end",
"body": [
"<% end$1 %>"
],
"description": "End Erb Block"
},
"Render block": {
"prefix": "render",
"body": [
"<%= render '$1' %>"
],
"description": "Render Block"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment