开发者

visual assist inserts extra spaces?

开发者 https://www.devze.com 2022-12-29 20:13 出处:网络
I\'m using Visual Assist X trial on VS2010 Pro. When I do extract method or modify method signature refactorings it gives me this:

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

精彩评论

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