Describe the bug
Pressing enter inside a docblock does not continue the docblock. The asterisk is not printed and the cursor moves to the beginning of the line as if it is outside a docblock.
To Reproduce
- Start a docblock with /** and press Enter
- The cursor is now inside a docblock template. Type some text and press Enter
- Notice that the cursor has moved to the beginning of the line and no asterisk was created

Expected behavior
A newline and " * " is printed with my cursor at the end of the newly created line.
Code Snippet
/**
* I'm going to press enter>
Oops, I got a new line with no padded asterisk
*/
Enviroment (please complete the following information):
- OS: Windows
- Version 11
- Language(s) JavaScript
Describe the bug
Pressing enter inside a docblock does not continue the docblock. The asterisk is not printed and the cursor moves to the beginning of the line as if it is outside a docblock.
To Reproduce
Expected behavior
A newline and " * " is printed with my cursor at the end of the newly created line.
Code Snippet
Enviroment (please complete the following information):