开发者

visual assist inserts extra spaces?

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 开发者_StackOverflow中文版a way to set this?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜