标签: c++ formatting comments
在VS 2015中,是否有一种方法(本机,首选,但会考虑免费使用的插件)来很好地格式化C样式注释?自动换行,星星对齐等。
当前,当我输入/ *时,它会自动以* /完成。但是,当我按Enter键时,星星不会对齐:
/* */
有没有办法使它们对齐?
而且,有没有办法在按下Enter键后自动插入一个前导*?
/* Want this line to start with a *, without having to type it. */