首页 > 其他 > 详细

vscode 代码行数统计 vs2019代码行数统计

时间:2020-10-21 17:59:42      阅读:656      评论:0      收藏:0      [点我收藏+]

1、vscode 代码行数统计

按Ctrl+Shift+X 在插件市场搜索 VS Code Counter 点击安装

技术分享图片

按住按Ctrl+Shift+P 在命令输入:Count lines in workspace

 

技术分享图片

 

技术分享图片

 

2、Visual Studio 代码行数统计

选中解决方案

按[Ctrl+Shift+F]弹出查找窗口(不统计以#号开头、以/开头的代码和空行)

1、输入 b*[^:b#/]+.*$

2、选择使用正则表达式

技术分享图片

 

 技术分享图片

 

 

记录一下,下次难得找。

 

vscode 代码行数统计 vs2019代码行数统计

原文:https://www.cnblogs.com/piaoxuewuming/p/13852532.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!