I've updated my #SuiteScript client script file template for #WebStorm. It now takes advantage of `console.context()`, a feature that's been available in Chromium browsers for quite a long time that allows for filtering console logs by a context string. This change is of course backward compatible.
See @stefan's post that shows how to use the feature here:
https://front-end.social/@stefan/114021398506546220
Here's the change:
https://github.com/burkybang/SuiteScript-WebStorm-File-Templates/blob/master/SuiteScript%202.1/JavaScript/SuiteScript%202.1%20Client%20Script%20File.js#L35-L42
Here's the repo:
https://github.com/burkybang/SuiteScript-WebStorm-File-Templates