Is there any way to turn off the auto comment feature that happens when I am typing a comment, and then hit enter for a newline? I don’t want the new line to start with comments.
ST3 - Auto comments on new line
natebeaty
#4
I had the same problem (and the same plugin installed) and if you edit Sublime Text > Preferences > Package Settings > DocBlockr > Settings - User
you can add:
{
"jsdocs_extend_double_slash": false
}
… to disable this behavior. That has driven me crazy for ages!
0 Likes