- Add status bar button for invocation (0.0.2)
- Store state in vscode
ExtensionContext.storagePath
- Make a nice tree view instead of just dumping the output JSON (0.0.3)
- Fix leading tabs and spaces when loading a file into search text
- Add tooltips to everything
- Put line numbers on text boxes
- Rearrange UI to not be so vertical
- Add documentation and gif to README
- Use PCRE2 for regex execution
- Show named captures in results pane
- Support extended regexes (came with PCRE2)
- Highlight matched text in search text
- Highlight matched text in replaced text
- Add drop-down of regex syntax patterns
- Add a menu of full examples
- Allow saving regex search/replace string pairs for later reuse issue #10