May I ask the vscode format code to add a space at the beginning of the comment?

in tslint, comments need to be preceded by a space.

// console.log(quz);

this is more in line with the specification, I would like to ask how to set the corresponding formatting rules (with spaces before comments).
tslint has such a configuration to check. But formatting code cannot fix automatically

"comment-format": [
  true,
  "check-space"
],

after searching for a long time, I really couldn"t find it, so I was helpless to ask for help. ( "prettier.eslintIntegration" has been set to true )

Apr.17,2021

Global regular replacement
clipboard.png

enable regular search to replace [^ "'] / / [^\ s] with: / / .


there is a problem with the matching upstairs. It should be written

.

enable regular search and replace \ /\ b with / /

it's troublesome to search and replace in this way. I modified the beautification plug-in to achieve

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3cff2-2c375.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3cff2-2c375.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?