Skip to content

Feature Request: Highlight TODOs #2225

Description

@Altair-Bueno

Summary

JetBrains IDEs and Visual Studio Code extensions provide a handy bold neon text on TODOs comments. I think it could be a great addition to Bat's already great syntax highlighting

Current behaviour

TODOs are shown using the default comment color. (Line 65, difficult to see)

Details

GitHub Theme

image
Details

1337 Theme

image

Feature details

  • Highlight all the TODO block text using a flashy color, like bold orange neon
  • It should be language agnostic. Any supported language should support TODO highlight
  • Highlight only the line containing the TODO block
  • A TODO block has the following properties
    • It is a comment
    • It contains the words TODO(S), FIXME(S) in uppercase or lowercase
    • A TODO block ends with the end of line (LF,CR or CRLF)

Examples

Details

JetBrains' IntelliJ IDE

image
Details

Visual Studio Code using Colorful comments (parthr2031.colorful-comments)

image

Other information

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions