Skip to content

Instantly share code, notes, and snippets.

@sachithrrra
Last active March 14, 2025 05:00
Show Gist options
  • Save sachithrrra/7f65742df5dd604dde5aa291263f60d2 to your computer and use it in GitHub Desktop.
Save sachithrrra/7f65742df5dd604dde5aa291263f60d2 to your computer and use it in GitHub Desktop.
regex to delete all things on vscode
// console messages
console\.(log|warn|error|info|debug|trace|time|timeEnd|timeLog|table|count|countReset|group|groupEnd|groupCollapsed|assert|clear|dir|dirxml)\([\s\S]*?\);?
// comments
// .*$|/\*[\s\S]*?\*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment