gpt4 book ai didi

batch-file - 如何在 VS Code 中将切换注释从 @REM 更改为 REM

转载 作者:行者123 更新时间:2023-12-05 01:33:32 30 4
gpt4 key购买 nike

在 VS 代码中,当我使用 Ctrl+/ 切换注释时,它会用 @REM 注释该行。我如何更改它以仅使用 REM 注释该行?

最佳答案

看看这个扩展,Custom Language Properties ,我刚刚发布。它正在为 .bat 批处理文件 lineComments 执行您想要的操作:

Custom language properties extension demo on a batch file

它使更改一种或多种语言的注释或括号变得非常容易。通过如下设置:

  "custom-language-properties": {

"bat.comments.lineComment": "REM",
"python.comments.lineComment": "# ~",
"javascript.comments.blockComment": ["/* "," */"]
}

关于batch-file - 如何在 VS Code 中将切换注释从 @REM 更改为 REM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64730481/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com