Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PL/SQL Begin-End MatcherNew to Visual Studio Code? Get it now.
PL/SQL Begin-End Matcher

PL/SQL Begin-End Matcher

Brian Griffin

|
9 installs
| (0) | Free
Visual highlighting for PL/SQL BEGIN...END pairs
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PL/SQL Begin-End Matcher

A Visual Studio Code extension that provides visual highlighting between matching BEGIN...END pairs in PL/SQL code.

Features

  • Visual highlighting of matching BEGIN...END pairs
  • Automatic updates when editing code
  • Support for both uppercase and lowercase BEGIN/END keywords
  • Subtle green highlighting with borders for better visibility

Installation

  1. Clone this repository
  2. Run npm install to install dependencies
  3. Run npm run compile to build the extension
  4. Press F5 in VS Code to start debugging and test the extension

Usage

The extension automatically activates when you open a PL/SQL file (.sql, .pks, or .pkb). Matching BEGIN...END pairs will be highlighted with a subtle green background and border.

Requirements

  • Visual Studio Code 1.60.0 or higher

Extension Settings

This extension contributes the following settings:

  • plsql-begin-end-matcher.enable: Enable/disable the BEGIN...END pair highlighting

Known Issues

  • The highlighting might not work correctly with nested BEGIN...END blocks that span multiple lines
  • Comments containing BEGIN or END might affect the matching

Release Notes

0.0.1

Initial release of PL/SQL Begin-End Matcher

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft