You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Yes, though I recently went through the process of disabling every plugin and re-enabling them one by one. I wasn't testing for this problem in particular, but I did notice that the problem persisted even with everything turned off including vs-dockblockr and then went away once I'd enabled some unknown combination of extensions. Before I embark on another round of extension disabling, I should check if the problem is configuration. I have no idea how to check the DB continuation string setting to confirm this theory. Do you know where I should look?
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):
The text was updated successfully, but these errors were encountered: