vscode change comments color
"editor.tokenColorCustomizations": {
"comments": "#d4922f"
},
vscode change comments color
"editor.tokenColorCustomizations": {
"comments": "#d4922f"
},
visual studio code different colored comments
VSC coloring Comments:
/*
// crossed out text
? blue text
* green text
! red text
if you want to use !, * or ? without changeing colors, you have to:
?// no colored text
(you can use * and ! instead of ?)
if you want to use crossed out colored text, use:
//? crossed out colored text
(you can use * and ! instead of ?)
*/
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us