I’m not quite sure that this is not a plugin, but after starting the line comment in the .js file, for example, when I press Enter, the next line starts with "//". This is a bit annoying. Is there an easy way to remove this?
This is really called the DocBlockr package.
When using this package, you can click shift + enterto prevent it from appearing //on your new line.
shift + enter
//
In "Preferences → Package Settings → Doc Blockr → Default Settings" you can find the lines:
// true, enter, (, ) // .
"jsdocs_extend_double_slash": true,
, " → → Doc Blockr → "
{ "jsdocs_extend_double_slash": false }