Sublime Forum

ST3 - Auto comments on new line

#1

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.

0 Likes

#2

It is a plugin doing that. Perhaps github.com/spadgos/sublime-jsdocs?

0 Likes

#3

Ah, right you are! Forgot I had installed that! Thanks so much!

0 Likes

#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