text
Windows/Linux: Ctrl+H
macOS: Cmd+Option+FSearch, replace, regex, and multi-file refactoring patterns in VS Code.
Windows/Linux: Ctrl+H
macOS: Cmd+Option+FWindows/Linux: Ctrl+Shift+H
macOS: Cmd+Shift+HSearch UI button: AaSearch UI button: abSearch UI button: .*\s+$Find:
{3,}
Replace:
\b(?:TODO|FIXME|HACK|NOTE)\bconsole\.log\s*\((["']).*?\1Find: {2,}
Replace: Find: (\w+)
Replace: "$1"Useful when massaging JS-like objects into JSON-like keys.
Find: ^\s*(\w+)\s*:
Replace: "$1":Insert comment prefix at the beginning of lines.
Find: ^(.*)$
Replace: // $1