vscode console.log快捷键

在 Visual Studio Code 中,您可以使用快捷键「Ctrl + Shift + P」(Mac 用户请使用「Cmd + Shift + P」)打开命令面板,然后输入「Editor: Insert Console.log」即可快速插入「console.log」代码。此快捷键已内置于 Visual Studio Code 中,无需安装额外的插件。

配置文件

{

// 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, and {1:label}, ${2:another} for placeholders. Placeholders with the

// same ids are connected.

// Example:

// https://blog.csdn.net/ABB_818/article/details/124005658

"Print to log": {

"prefix": "log",

"body": [

"console.log('%c%s', 'color:#cb3a56', 'mingLog:--' + '$1');"

// "console.log('$1');",

"$2"

],

"description": "Log output to "

}

}

相关推荐
还是鼠鼠5 小时前
Node.js中间件的5个注意事项
javascript·vscode·中间件·node.js·json·express
竹之却6 小时前
Linux Vim 编辑器的使用
linux·编辑器·vim
Alger_Hamlet7 小时前
Typora Markdown编辑器 for Mac
macos·编辑器
移远通信7 小时前
QuecPython 的 VScode 环境搭建和使用教程
ide·vscode·编辑器
阿杜杜不是阿木木7 小时前
使用ollama部署本地大模型(没有GPU也可以),实现IDEA和VS Code的git commit自动生成
linux·git·vscode·ai·intellij-idea·ollama
DKPT8 小时前
Eclipse,MyEclipse,IDEA,Vscode这些编译器和JDK的相爱相杀
java·eclipse·编辑器·intellij-idea·myeclipse
莲动渔舟1 天前
国产编辑器EverEdit - 扩展脚本:让EverEdit支持“批量查找”功能
编辑器·emeditor·notepad·everedit
rainFFrain1 天前
单例模式与线程安全
linux·运维·服务器·vscode·单例模式
Liudef061 天前
deepseek v3-0324实现SVG 编辑器
开发语言·javascript·编辑器·deepseek
云心雨禅1 天前
Vim操作指令全解析
编辑器·vim·excel