In this video we are creating a custom shortcut (Ctrl-Shift-L) to place console.log() on a screen in VS Code.
Here is the code for the shortcut:
[
{
"key": "ctrl+shift+l",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "console.log(${TM_SELECTED_TEXT}$1);"
}
}
]
VS Code site mentioned in the video: https://code.visualstudio.com/docs/ge...
Смотрите видео Custom shortcuts in VS Code. Console.Log() shortcut. Code in the video description. онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь DK Programming 08 Октябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,819 раз и оно понравилось 59 людям.