Skip to content

Nixinova/InlayRegex

Repository files navigation

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