Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Regex dev toolsNew to Visual Studio Code? Get it now.
Regex dev tools

Regex dev tools

Jairo Vanegas Garcia

|
42 installs
| (0) | Free
Scripts to make things easier
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Regex Dev Tools

Collection of scripts to make things easier.

Features

All scripts are accesible from the command pallete (CMD + shift + P).

The script assumes that a list of lines is present in the editor to apply the script on them.

Format to query

format to query

Format the list of ids to query form for log search.

Format to general array

format to general array

Format the list of ids to general javascript array form.

Format to where array

format to where query

Format the list of ids to an array that can be use in log search where based filters.

Remove duplicates from selection

remove duplicates from selection

Removes duplicate ids from the selection.

Get differences from selection

get differences from selection

From two lists separated by a blank line it provides in a new list the difference between the two lists, in this case that difference refers to the operation in set theory A-B being A the first list and B the second list, so the result is the list A minus all elements of B that also are in A.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft