Hello,
Our studio recently switched to 2013 and while they have added some nice new formatting options, it seems like some abilities have been lost. I am not sure if these were features we were relying on Visual Assist that no longer work, or if they just introduced new bugs into 2013.
Right now the one I'm banging my head against is bad auto formatting when pasting block-style comments. If I have a comment like this:
/*
* Block
* Style
* Comment
*/
Then copy and paste it, the leading spaces are removed:
/*
* Block
* Style
* Comment
*/
This is highly annoying as we have a block style comment at the top of every file in our code base.
The auto-extend multiline comments and format after paste options in VAX don't seem to effect this bug. Is this something VAX use to handle but VS broke? Or just broke in general with 2013?
Thanks for your help,
-John