Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dart RegExp PreviewNew to Visual Studio Code? Get it now.
Dart RegExp Preview

Dart RegExp Preview

Taha Darwish

|
52 installs
| (0) | Free
Preview regular expressions in Dart code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open VS Code
  2. Press Ctrl+P (Windows/Linux) or Cmd+P (Mac)
  3. Type ext install dart-regex-preview

Usage

  1. Open a Dart file
  2. Place your cursor on a RegExp pattern
  3. Press Ctrl+Alt+E (Windows/Linux) or Cmd+Shift+R (Mac) to open the preview
  4. 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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft