视觉辅助插入额外的空格?
我正在 VS2010 Pro 上使用 Visual Assist X 试用版。
当我提取方法或修改方法签名重构时,它给了我这个:
void Solver::Work( Stack &s, Board &b )
但是,如果它给了我这个,我将非常感激:
void Solver::Work(Stack &s, Board &b)
没有额外的空格。有办法设置这个吗?
I'm using Visual Assist X trial on VS2010 Pro.
When I do extract method or modify method signature refactorings it gives me this:
void Solver::Work( Stack &s, Board &b )
However I would really appreciate if it gave me this:
void Solver::Work(Stack &s, Board &b)
No extra spaces. Is there a way to set this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
间距在标题以“Refactor”开头的 VA Snippets 中定义 - 请参阅 VA 文档。 Whole Tomato 支持论坛此处和< a href="http://www.wholetomato.com/forum/topic.asp?TOPIC_ID=8061" rel="nofollow noreferrer">此处。
The spacing is defined in the VA Snippets whose titles start with "Refactor" - see "Editing VA Snippets" in the VA documentation. Similar questions have been raised on the Whole Tomato support forum here and here.