Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RegexAssemblerNew to Visual Studio Code? Get it now.
RegexAssembler

RegexAssembler

shyne

|
809 installs
| (0) | Free
Add an option to automatically generate regular expressions in the context menu.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

regexassembler README

Add an option to automatically generate regular expressions in the context menu. In order for this extension to work you need the following modules

npm
regex-trie(npm package)

Usage

Right click on the editor.You know that some items are added to context menu.I will explain the added items.

Add Text

Register text of selected range in extended function.

Add Single Line Texts

Register the text of the selected range on the extended function line by line.

Assemble Regex

Generates a regular expression from the registered text.Generates a regular expression from the registered text.

Clear Text

Delete all registered text.

TODO

  • Improve display of regular expressions.
  • Display registered text.

License

See LICENSE.txt for license rights and limitations (MIT).

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