Ι
Size: a a a
Ι
Ι
A
Ι
Ι
Ι
Ι
A
Ι
Ι
A
A
A
{
"key": "cmd+/",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "/* TM_SELECTED_TEXT */"
}
}
A
TM_SELECTED_TEXT
как переменную, а как просто текстA
{
"key": "ctrl+/", // ctrl+oem_102 если на задний слеш
"command": "editor.action.insertSnippet",
"when": "editorHasSelection",
"args": {
"snippet": "/*${TM_SELECTED_TEXT}*/"
}
}
A
{
"key": "ctrl+/", // ctrl+oem_102 если на задний слеш
"command": "editor.action.insertSnippet",
"when": "editorHasSelection",
"args": {
"snippet": "/*${TM_SELECTED_TEXT}*/"
}
}
A
{
"key": "ctrl+shift+oem_102",
"command": "editor.action.insertSnippet",
"when": "editorHasSelection",
"args": {
"snippet": "${TM_SELECTED_TEXT/[\\/][\\*](.*)[\\*][\\/]/$1/s}"
}
}