在自动格式化 Javascript 文件时,Visual Studio 2010 似乎破坏了 JSDoc 样式的注释。
例如
/**
* Important comment
*/
变成
/**
* Important comment
*/
格式化文档后。
有没有办法解决这个问题 - 自定义 VS,使用扩展等?
在自动格式化 Javascript 文件时,Visual Studio 2010 似乎破坏了 JSDoc 样式的注释。
例如
/**
* Important comment
*/
变成
/**
* Important comment
*/
格式化文档后。
有没有办法解决这个问题 - 自定义 VS,使用扩展等?