I've seen many people complain about Visual Studio automatically adding an asterisk in multi-line comments for C#. My question is: How do I enable this behaviour for C++?
Example:
/**
* I want
* my comments
* to look like this
*/
/**
But,
they look like this
*/
Thanks!
I noticed in Visual Studio 2019 that if you place your text cursor just after the first asterisk in a block comment and hit enter it will automatically put an asterisk on the next line.
Step 1) Place text cursor to the right of the first asterisk in a block comment separated by a newline.
Step 2) Hit enter and Visual Studio 2019 will automatically place a asterisk on the next line.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With