以下でctrl+gでcosole.logを出せます.
デバッグする際に便利です.
{
"key": "ctrl+g",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "console.log($1)$0;"
}
}
Go to list of users who liked
More than 5 years have passed since last update.
以下でctrl+gでcosole.logを出せます.
デバッグする際に便利です.
{
"key": "ctrl+g",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "console.log($1)$0;"
}
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked