Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Regexper notebooksNew to Visual Studio Code? Get it now.
Regexper notebooks

Regexper notebooks

Johannes Rieken

|
912 installs
| (1) | Free
A notebook that uses Regexper to render regular expressions.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Native notebook for VS Code that renders regular expressions using https://regexper.com.

Sample showing rendered regular expression

This samples makes use of the following APIs/concepts

  • NotebookSerializer to load and save notebook documents from disk
  • NotebookController to execute regular expressions cells
  • NotebookRenderer to present regular expressions in a nice way

Running out of source

  • run git submodule init and git submodule update
  • run npm install in the terminal
  • also run npm run compile
  • select F5 to debug

Thanks

The rendering uses the https://regexper.com source code which works like a charme 👏

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