Hi guys, so, this is basically a extension that allows you to color your comments like better comments but with few more options.
I made this using AI (Gemini), i am not that good at programming yet, im still learning so please dont judge so much, this isnt a serious project, just a thing for fancy comments.
Add an i at the end of any tag to make the comment italic. Exemple -> //gi: This is green and italic.
Custom HEX/RGB ColorsUse parentheses to define any specific color. Exemple -> //(#FF0080) Pink comment, //(rgb(255,100,0)) Custom RGB, //(#00ffff)i Cyan and italic.
Comment Types SupportedWorks across almost all programming languages: Single line: //g, #g, ///gMulti-line: /*g ... * and HTML/XML comments.
You can customize these tags or add new ones in your settings.json:"colorComments.tags":