Colorful output with user defined tyext pattern #16604
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Needs-Attention
The core contributors need to come back around and look at this ASAP.
Needs-Tag-Fix
Doesn't match tag requirements
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Description of the new feature/enhancement
I hope terminal can equipped with function that can colorized some text which user defined in settings.json.
For example in settings.json user can write some PCRE2 pattern like "ERROR \b\w+\b" and set the text color to red. Then as soon as ERROR something appeared on terminal, the terminal output the text in red color.
Proposed technical implementation details (optional)
maybe add some hooks on output? But will this cause performance impact for user?
The text was updated successfully, but these errors were encountered: