Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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 ?)

*/
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #visual #studio #code #colored #comments
ADD COMMENT
Topic
Name
5+8 =