vscode-regex-notebook
vscode-regex-notebook copied to clipboard
Native notebook for VS Code that renders regular expressions using https://regexper.com.

This samples makes use of the following APIs/concepts
NotebookSerializerto load and save notebook documents from diskNotebookControllerto execute regular expressions cellsNotebookRendererto present regular expressions in a nice way
Running out of source
- run
git submodule initandgit submodule update - run
npm installin the terminal - also run
npm run compile - select
F5to debug
Thanks
The rendering uses the https://regexper.com source code which works like a charme 👏