Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Better PL/SQLNew to Visual Studio Code? Get it now.
Better PL/SQL

Better PL/SQL

Danil Reznichenko

|
1 install
| (1) | Free
Syntax highlighting and snippets for Oracle PL/SQL in VS Code, Cursor, and other VS Code-compatible editors
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Better PL/SQL

Brings fast, lightweight, and accurate PL/SQL syntax highlighting and snippets to VS Code-compatible editors including VS Code, Cursor, Windsurf, Antigravity, and other Code OSS builds (via Open VSX).

✨ Features

  • Accurate Highlighting: Precisely highlights PL/SQL reserved words, data types, and built-in functions.
  • Practical Snippets: Includes ready-to-use snippets for common structures like packages, procedures, functions, and PL/Doc blocks.
  • Broad File Support: Works out of the box with all common Oracle file extensions (.sql, .pck, .pkb, .trg, .vw, and more).
  • Lightweight: No unnecessary extras—just the essentials for efficient PL/SQL editing.

Preview

🚀 Install

  1. Install the extension from your editor's marketplace:

    • VS Marketplace
    • Open VSX (for Cursor, Windsurf, Antigravity, and other Code OSS builds)

    Or, open the Extensions view and search for danilrez.better-plsql.

  2. Enjoy automatic highlighting! The extension automatically activates for all common PL/SQL file types (.sql, .pck, .pkb, etc.).

  3. To use custom file extensions, add a manual association in your settings.json:

        "files.associations": {
            "*.myplsql": "better-plsql",
            "*.sql": "better-plsql"
        }
    

🔁 Migration note (temporary)

If you previously installed this extension as crappycodemaker.ccm-plsql-oracle, uninstall/disable the old extension and install danilrez.better-plsql instead.

💬 Feedback

Got questions or ideas? Feel free to open an issue.


Made by Danil Reznichenko. Enjoy coding! 🎉

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