当前位置:网站首页>VSCode插件:嵌套注释
VSCode插件:嵌套注释
2022-07-31 01:28:00 【发与少年】
1、大家有没有遇到这种情况,代码中已经有一行注释了,然后想给一段再加一个注释,如下图所示:

2、然后想给蓝色框内代码段再添加注释,就会变成下面这样,最开始的注释开始部分和上次注释的结束部分形成了一个注释区域,所以就会乱

3、解决方案:安装 Nested Comments 插件

快捷键:
- Mac: cmd + alt + /
- Windows: ctrl + alt + /
4、效果:然后我们再来注释的话,之前的注释就会被替换成 以<~~ 开头 以~~>结尾

快去试起来吧~~
边栏推荐
- MySql data recovery method personal summary
- 九州云入选“可信云最新评估体系及2022年通过评估企业名单”
- Multiplication, DFS order
- 使用PageHelper实现分页查询(详细)
- 1782. Count the number of point pairs Double pointer
- MySQL——数据库的查,增,删
- typescript12-联合类型
- 软件测试工作3年了,谈谈我是如何从刚入门进阶到自动化测试的?
- Jiuzhou Cloud was selected into the "Trusted Cloud's Latest Evaluation System and the List of Enterprises Passing the Evaluation in 2022"
- ShardingSphere read-write separation (8)
猜你喜欢
随机推荐
ShardingSphere之公共表实战(七)
权限管理怎么做的?
ShardingSphere之水平分库实战(四)
Distributed. Distributed lock
The Meta Metaverse Division lost 2.8 billion in the second quarter, still want to continue to bet?Metaverse development has yet to see a way out
android的webview缓存相关知识收集
Bert usage and word prediction based on Keras_bert model
Can deep learning solve the parameters of a specific function?
Responsive layout vs px/em/rem
手把手教你配置Jenkins自动化邮件通知
C language _ structure pointer array function voting system
九州云入选“可信云最新评估体系及2022年通过评估企业名单”
【genius_platform软件平台开发】第七十四讲:window环境下的静态库和动态库的一些使用方法(VC环境)
系统设计.短链系统设计
typescript15- (specify both parameter and return value types)
华为od 转骰子 js
Huawei's "genius boy" Zhihui Jun has made a new work, creating a "customized" smart keyboard from scratch
The client series of the DOM series
Know what DTU is 4GDTU equipment
typescript17 - function optional parameters









