Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.62 KB

readme.md

File metadata and controls

29 lines (20 loc) · 1.62 KB

Latest version Marketplace version Last updated Downloads Installs

Inlay Regex

A VSCode extension which generates sample regular expressions for display in a hover text box to help you understand those complex patterns.

Example

Example

Installation

This extension is available in the VSCode Marketplace. For manual install see attachments in the releases tab.

Usage

Simply hover over a regular expression literal in one of the following supported languages to be shown up to five possible matches.

Supported languages

  • JavaScript + JSX
  • TypeScript + TSX
  • CoffeeScript
  • Ruby
  • Groovy