vscode替换C语言注释风格

140 阅读1分钟

使用vscode的替换功能将

/* hello world */

替换成

// hello world

03619d8c26f17ae93fbb0482adbd4c78.png

/\* (.*) \*/  
// $1