snippet挺好用,但是不是我喜欢的那种风格,比如if是这样的 if () { XX } 而我比较习惯这种: if () { XX } 可以这么做: 工具(Tools)——代码段管理器(Code Snippets Manager),选择语言,比如C++,可以看到那些snippet的目录,然后文件——打开——文件,找到那个目录,编辑对应的文件即可,要注意的是修改后要重启visual studio,才能生效…
1.下载地址 插件:Code alignment 下载地址 2.介绍 Based on principles borrowed from mathematics and other disciplines, code alignment gives extra meaning to your code by lining up similar data in columns. This is something we do naturally when working with tables…