Menu

Color comments in GCStudio

jackjames
2023-05-10
2023-05-10
  • jackjames

    jackjames - 2023-05-10

    In GCStudio I saw that inserting a comment like this "//!" the line is written in red, I replaced "!" with "?" and the color has changed.
    I couldn't find guidance on using these commands.
    Where can I read them?

     
  • Anobium

    Anobium - 2023-05-10

    The Extensions Icon ( on the left ) has a list of the Extensions.

    Look for the Better Comments comments extension. The tags are shown here below:

    "better-comments.tags": [
    
            {
                "tag": "!",
                "color": "#FF2D00",
                "strikethrough": false,
                "underline": false,
                "backgroundColor": "transparent",
                "bold": false,
                "italic": false
            },
            {
                "tag": "?",
                "color": "#3498DB",
                "strikethrough": false,
                "underline": false,
                "backgroundColor": "transparent",
                "bold": false,
                "italic": false
            },
            {
                "tag": "//",
                "color": "#474747",
                "strikethrough": true,
                "underline": false,
                "backgroundColor": "transparent",
                "bold": false,
                "italic": false
            },
            {
                "tag": "todo",
                "color": "#FF8C00",
                "strikethrough": false,
                "underline": false,
                "backgroundColor": "transparent",
                "bold": false,
                "italic": false
            },
            {
                "tag": "*",
                "color": "#98C379",
                "strikethrough": false,
                "underline": false,
                "backgroundColor": "transparent",
                "bold": false,
                "italic": false
            }
        ]
    
     

    Last edit: Anobium 2023-05-10
    • jackjames

      jackjames - 2023-05-10

      You are always available.
      Thank you!

       
  • Anobium

    Anobium - 2023-05-10

    Look at my list of Extensions. I have added a PDF reader, Indent-Rainbow( excellent!! ), AsciiDOC ( to review the Help files ) and VSCode Icons. These are my favorites.

     

Log in to post a comment.