-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
.contrib/potential extensionFunctionality that could be implemented as an extension (consider moving to community extensions)Functionality that could be implemented as an extension (consider moving to community extensions)area:editorFeedback for code editing, formatting, editor iterations, etcFeedback for code editing, formatting, editor iterations, etc
Description
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
See also:
adiepenbrock, alexander-irbis, pacjo, wzxu, universalmind303 and 314 more
Metadata
Metadata
Assignees
Labels
.contrib/potential extensionFunctionality that could be implemented as an extension (consider moving to community extensions)Functionality that could be implemented as an extension (consider moving to community extensions)area:editorFeedback for code editing, formatting, editor iterations, etcFeedback for code editing, formatting, editor iterations, etc