JSDoc-style multi-line comments are wrongly indented #12249
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
Visual Studio Code
Caused by (or depends on changes from) VS Code
Milestone
Environment
Bug Summary and Steps to Reproduce
Bug Summary: When writing a multi-line documentation comment, the ending line is not indented correctly.
Steps to reproduce:
/**
.*/
will be autocompleted, placing the cursor right before it.*/
will not be correctly indented with the contents of the comment:Expected behavior:
I'd expect the closing comment line to be indented by one space to match with the comment body:
Configuration and Logs
Log Diagnostics:
c_cpp_properties.json
:N/A - Problem presents with no configuration given with no workspace needed.
Language Server Log:
Other Extensions
Issue presents without any other extensions.
Additional context
No response
The text was updated successfully, but these errors were encountered: