This may be a design decision rather than an issue but I figured I'd report it anyway just to get some feedback.
Would it be possible to have single line comments continued on the next line when you press return. For example:
// I type a comment and then press return
// <- This "//" should be automatically inserted ready for me to keep typing my comment.
I realise that // is meant to be for single line comments. However, you might consider that default Vim behaviour for single line comments in .js files is to continue them on the next line like I am proposing here. It feels really weird for me when I switch between JS and SCSS (like many front-end devs probably do) and run into different commenting behavior.
This may be a design decision rather than an issue but I figured I'd report it anyway just to get some feedback.
Would it be possible to have single line comments continued on the next line when you press return. For example:
I realise that
//
is meant to be for single line comments. However, you might consider that default Vim behaviour for single line comments in.js
files is to continue them on the next line like I am proposing here. It feels really weird for me when I switch between JS and SCSS (like many front-end devs probably do) and run into different commenting behavior.