YIN Yuanhao

Results 1 comments of YIN Yuanhao

You could make use of the regex feature of this extension to this end. For example, > { "hideComments.regex": [ { "regex": "console\\.log\\(([^)]+)\\).*", "flags": "igm" } ] } is the...