To reproduce the bug, you need to leave unchecked option to "insert space characters when transforming selected line comment" See a screenshot of option
Bug description: When commenting, no space is added, reflecting desired behavior.
{
some code;
}
Commenting indented code becomes
{
// some code;
}
However, when uncommenting, a space is eaten as if the option was not taken into account.
{
some code;
}
System Info: - using Visual Assist 10.9.2083.0 - not working on VS2010 and VS2013