better-comments
better-comments copied to clipboard
Feature Request - Regex Tag Matching
trafficstars
Love the extension! One thing that would be really useful would be the ability to use regex patterns for tag matching in the settings -> "better-comments.tags" : [{"tag": "MY_REGEX_PATTERN"}]
I would use this constantly for tag matching as it would allow for very dynamic tags to be created.
Thanks and keep up the great work!
This is a good idea.
For a heading only highlight the words:
"tag": "\s+\w+\s\w+"
OR do your own comments (js,sh,vimscript,lua). One line comment. Search for a non-word followed by a space and the heading.
// ===== HIGHLIGHT THIS =====
"tag": "(//|#|\"|--)\W\s\w+\s\w+"
I agree, this would be pretty awesome!