When I am writing a multiline comment in C/C++ code (ie, /* ... */) and I press enter while typing in the middle of the comment, then a * character should be automatically inserted at the beginning of the new line, indented to match the * character of the comment's opening line. This is the default behaviour in almost every other IDE that I've had experience working with. However, in VS Code, I need to add in this new character at the start of the line new. It is a little tedious to need to do this all the time.
Please fix. Thank you.
When I am writing a multiline comment in C/C++ code (ie,
/* ... */) and I press enter while typing in the middle of the comment, then a*character should be automatically inserted at the beginning of the new line, indented to match the*character of the comment's opening line. This is the default behaviour in almost every other IDE that I've had experience working with. However, in VS Code, I need to add in this new character at the start of the line new. It is a little tedious to need to do this all the time.Please fix. Thank you.