work on wingle articles
This commit is contained in:
31
.vscode/globalsnippets.code-snippets
vendored
31
.vscode/globalsnippets.code-snippets
vendored
@@ -15,7 +15,6 @@
|
||||
// ],
|
||||
// "description": "Log output to console"
|
||||
// }
|
||||
|
||||
"smalldesktop": {
|
||||
"scope": "scss,sass",
|
||||
"prefix": "smalldesktop",
|
||||
@@ -36,9 +35,8 @@
|
||||
],
|
||||
"description": "SCSS: Bigdesktop media query"
|
||||
},
|
||||
|
||||
"div": {
|
||||
"scope":"html,php",
|
||||
"scope": "html,php",
|
||||
"prefix": "div",
|
||||
"body": [
|
||||
"<div class=\"$1\">",
|
||||
@@ -47,10 +45,8 @@
|
||||
],
|
||||
"description": "HTML: div start and end"
|
||||
},
|
||||
|
||||
|
||||
"php": {
|
||||
"scope":"html,php",
|
||||
"scope": "html,php",
|
||||
"prefix": "php",
|
||||
"body": [
|
||||
"<?php",
|
||||
@@ -59,15 +55,20 @@
|
||||
],
|
||||
"description": "HTML: div start and end"
|
||||
},
|
||||
"chromephp-log": {
|
||||
"scope":"html,php",
|
||||
"prefix": "log",
|
||||
"console_debug": {
|
||||
"scope": "html,php",
|
||||
"prefix": "console_debug",
|
||||
"body": [
|
||||
"ChromePhp::log($0);"
|
||||
"console_debug($0);"
|
||||
],
|
||||
"description": "Log to js console with Chromephp addin"
|
||||
}
|
||||
|
||||
|
||||
|
||||
"description": "Log to js console"
|
||||
},
|
||||
"console.log": {
|
||||
"scope": "javascript",
|
||||
"prefix": "console.log",
|
||||
"body": [
|
||||
"console.log($0)"
|
||||
],
|
||||
"description": "console.log()"
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user