How can I configure JSDoc or VSCode to NOT use leading star/asterix in block comments

Viewed 110

I find the leading star/asterix very annoying, the moment I press EnterKey inside a block comment a leading star is inserted.

I would like my block comments to simply look like this

enter image description here

I do not see any specific jsdoc extension in my installed ones, let me know if I need one.

enter image description here

If it a configuration I am missing please let me know which file/settings I need to change.

Thank you.

1 Answers
Related