Quick Regex ReplacerThis is a VSCode extension that allows you to bind your most frequently used find/replace operations to keybindings/command palette for quick access. FeaturesConfigure frequently used find/replace regexs that you can bind to keystrokes or invoke via command palette for quick access. For example, if your log files contain stack traces on a single line where newlines are delimited by pipe (|), you could set a regex to replace | with \n to format the stack trace for readability. This example is the default "Alpha" regex/replacement set in the configuration. Extension SettingsThis extension uses pairs of settings for each regex/replacement that you can configure.
Notice the use of
Each of the above find/replace configurations are triggered through the equivalent command: Default keymappings are A regex is mandatory for triggering a find/replace, however you can leave the replacement setting blank, which effectively becomes a quick way to remore all ocurrences of your regex. Known IssuesNone yet Release Notes[1.0.0] - 2021/2/22
[1.0.2] - 2021/2/23
[1.0.4] - 2021/2/26
|