Skip to content

Highlighting of special code comment types like TODO, INFO, etc. #11895

@adiepenbrock

Description

@adiepenbrock

Description

One feature that I find really useful in other editors, e.g., Neovim with the plugin "folke/todo-comments," is the ability to highlight specific types of comments like // TODO // INFO and others. This feature enhances productivity by making it easier to locate and manage important comments within the codebase when scrolling / jumping through the code.

Because there may be users who don't want this kind of highlights in the code, it should be configurable by the user (activate / deactivate, configure highlighting color or deriving it from the used theme, etc.)

There is already a feature request (#4808) to introduce a separate tree-structure overview of these comments. However, I think this should also be available in the code itself.

Screenshots

image

See also:

Metadata

Metadata

Assignees

No one assigned

    Labels

    .contrib/potential extensionFunctionality that could be implemented as an extension (consider moving to community extensions)area:editorFeedback for code editing, formatting, editor iterations, etc

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions