June 25th, 2007CoolEdit — Another VS2005 edit plugin
实现很简单的一个功能, 就是在一行输入以//或/*开始的注释的时候, 按下回车时自动输入//或补充一个*, 所以代码看上去会是这 样:
//comments like this
//the "//" in this line is auto generated
somecodes .....
/*
* the "*" this line is auto generated
* the "*" and indent is also auto generated
*/
大致如此, 要试用的话点击CoolEdit 0.3下载,这个文件解压后打开Visual Studio, 从菜单栏的Tools->Options->Enviroment->Add-in/Macros Security 在路径列表中把CoolEdit目录所在的路径加上. 然后重启Vs, 就可以了:)






