Advertisement
PatchRowcester

vscode html intellisense

Jun 19th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.74 KB | None | 0 0
  1. {
  2.     // Place your snippets for html here. Each snippet is defined under a snippet name and has a prefix, body and
  3.     // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
  4.     // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
  5.     // same ids are connected.
  6.     // Example:
  7.     // "Print to console": {
  8.     //  "prefix": "log",
  9.     //  "body": [
  10.     //      "console.log('$1');",
  11.     //      "$2"
  12.     //  ],
  13.     //  "description": "Log output to console"
  14.     // }
  15.         "sjs": {
  16.             "prefix": "sjs",
  17.             "body": [
  18.                 "<script type=\"text/javascript\" src=\"$1\"></script>"
  19.             ],
  20.             "description": "script javascript"
  21.         },
  22.    
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement