5. Commenting Code Blocks: To quickly comment out a block of code, you can use the shortcut key `Ctrl + K, Ctrl + C`. To uncomment the code block, use the shortcut key `Ctrl + K, Ctrl + U`. These are the basic ways to add comments in the English version of VS Code. Rememb...
这里顺便推荐一下Auto Comment Blocks这个插件,这个插件可以更加方便注释,换行就不用自己输入了! Auto Comment Blocks Doxygen个人配置 实际上我们自己使用的时候,还是需要自己对自动生成的代码做一些配置的,比如在开头的文件信息里加入你自己的个人信息,做一些自定义的配置,这个配置我们也可以很方便的在settings文件里配置。
Auto Comment Blocks Doxygen个人配置 实际上我们自己使用的时候,还是需要自己对自动生成的代码做一些配置...
1. auto close tag 自动关闭标签,在开始标记的结束括号中键入后,将自动插入结束标记 2. Auto Comment Blocks 自动插入注释行 3. Auto Rename Tag 自动重命名配对的HTML / XML标记 4. Auto Complete Tag 结合了自动关闭标签与同时修改同步标签 5. ESLint 代码检查工具...
记录一下所用的插件 1. auto close tag 2. Auto Comment Blocks 3. Auto Rename Tag 4. Auto Complete ...
插件: 更新clang到9版本,使用clangd插件 sdlang插件查看sdl文件, rainbow csv remote workspace intellicode autocomment blocks Comment Divider doxygen注释风格 有两种风格,一种是javdoc风格,都是@符号,一种是cpp风格,都是// https://blog.51cto.com/ticktick/188674 ...
Auto Comment Blocks (6)、 Rainbow Brackets, 彩虹花括号,有助于阅读代码。 (7)、 One Dark Pro, Vscode 的主题。 (8)、 GBKTOUTF8, 将GBK转换为UTF8 (9)、 ARM, 即支持ARM汇编语法高亮显示。 (10)、 Chinese( Simplified), 即中文环境。
"--break-blocks", /* */ "--align-reference=name", "--align-pointer=name", "--indent-preproc-define", /* 宏定义对齐 */ "--indent-preproc-cond", /* 函数内的预处理条件语句和代码缩进相同 */ "--indent-col1-comments", /* 非代码行结尾的注释和代码缩进对齐 */ ...
// "javascript.format.placeOpenBraceOnNewLineForControlBlocks": true, // tab 大小为2个空格 "editor.tabSize": 2, // 100 列后换行 "editor.wordWrapColumn": 100, // 保存时格式化 "editor.formatOnSave": true, // 开启 vscode 文件路径导航 ...
"vetur.grammar.customBlocks": { "docs": "md", "i18n": "json" }, // Traces the communication between VS Code and Vue Language Server. "vetur.trace.server": "off", // Validate js/ts in "vetur.validation.script": true, // Validate css/scss/less/postcss in "vetur.validation.style...