随笔分类 -  程序开发 / 开发工具 / Visual Studio

摘要:背景 在重构代码的过程中,可能会存在新增或者删减函数参数的行为。对于老项目,一个函数有时候会超过几百个调用,这个时候如果一个一个去修改对应的调用方代码,那么无疑会是开销巨大的体力劳动。 本篇文章将介绍VS的正则表达式,通过正则表达式搜索和替换,我们可以批量修改函数的调用方,以此来提高开发效率。 正文 阅读全文
posted @ 2025-07-09 23:45 dewxin 阅读(74) 评论(0) 推荐(0)
摘要:+1 for ranting about VS extensibility. It requires way too much boilerplate, it is hard to debug (e.g. you can't set breakpoints on MEF attributes), i 阅读全文
posted @ 2025-02-15 10:38 dewxin 阅读(30) 评论(0) 推荐(0)
摘要:https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build >-v|--verbosity >Sets the verbosity level of the command. Allowed values are q[uiet], 阅读全文
posted @ 2023-06-19 15:17 dewxin 阅读(66) 评论(0) 推荐(0)