visual assist inserts extra spaces?

Posted by Kugel on Stack Overflow See other posts from Stack Overflow or by Kugel
Published on 2010-05-05T16:07:00Z Indexed on 2010/05/08 5:18 UTC
Read the original article Hit count: 290

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?

© Stack Overflow or respective owner

Related posts about visual-assist

Related posts about visual-studio-2010