Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 a way to set this?

like image 378
Kugel Avatar asked Mar 04 '26 01:03

Kugel


1 Answers

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.

like image 70
sean e Avatar answered Mar 05 '26 18:03

sean e



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!