想要一个从 C# 源代码中删除注释的工具

发布于 2024-08-28 01:56:36 字数 67 浏览 5 评论 0原文

有谁知道这样的工具吗? 需要同时支持“//”和“/* */”。

如果它也支持 aspx 文件那就太好了。

Does anyone know such a tool?
Both support of "//" and "/* */" is needed.

It'd be nice if it supports aspx-files also.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

卖梦商人 2024-09-04 01:56:36

请参阅语义设计 C# 格式化程序。格式化程序可以漂亮地打印您的代码以使其更漂亮,或者保真度打印您的代码以保留其外观。它有一个选项来控制是否保留评论。

See the Semantic Designs C# Formatter. The Formatter can pretty-print your code to make it prettier, or fidelity print your code to preserve the way it looks. It has an option to control whether comments are retained or not.

紫南 2024-09-04 01:56:36

这可能就是您正在寻找的:注释删除器

或者您可以使用 Visual Studio 中的替换工具来执行此操作。只需创建适当的正则表达式来搜索评论

This is probably what you're looking for: Comment Remover

Or you can do this with Replace tool in Visual Studio. Just create proper Regular expression for searching comments

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文