Dart RegExp Preview
A Visual Studio Code extension that provides real-time preview of regular expressions in Dart code.
Features
- Live preview of RegExp patterns as you type
- Highlights matches in your test strings
- Keyboard shortcut:
Ctrl+Alt+E (Windows/Linux) or Cmd+Shift+R (Mac)
Requirements
- Visual Studio Code 1.60.0 or higher
- Dart extension installed
Installation
- Open VS Code
- Press
Ctrl+P (Windows/Linux) or Cmd+P (Mac)
- Type
ext install dart-regex-preview
Usage
- Open a Dart file
- Place your cursor on a RegExp pattern
- Press
Ctrl+Alt+E (Windows/Linux) or Cmd+Shift+R (Mac) to open the preview
- Type or modify your test string to see matches in real-time
Known Issues
Please report any issues on the GitHub repository.
Release Notes
0.0.1
Initial release:
- Basic RegExp preview functionality
- Keyboard shortcuts
- Support for Dart RegExp syntax
| |