自动翻译C#文档注释的小程序

在使用visual studio进行代码编写时,它会自动显示代码的文档注释 很多库的文档注释是英文的,这对像我这样的英文菜鸡来说,降低了编程效率。今晚写了个小程序,配合手工操作,实现了文档注释的翻译,做个分享吧。 static void Export(string file) { StreamWriter writer = new StreamWriter(file + ".txt");
相关文章
相关标签/搜索