Skip to content

Commit

Permalink
Added new snippet - Code Block comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarcenter-mjm committed Nov 13, 2019
1 parent 3310e97 commit 5c2c644
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
],
"description": "creates the initial set of information and fuctions"
},
"Code Block Comment": {
"prefix": "!rmmvComment",
"body": [
"//-----------------------------------------------------------------------------",
"// ${1:Name}",
"//",
"// ${2:Description}"
],
"description": "creates a comment block to make code cleaner and easier to find"
},
"MVstructContent": {
"prefix": "!rmmvStructContent",
"body": [
Expand Down

0 comments on commit 5c2c644

Please sign in to comment.