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

CrappyCodeMaker Oracle PL/SQL

Danil Reznichenko

|
5,430 installs
| (1) | Free
CrappyCodeMaker syntax highlighting for Oracle PL/SQL
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CrappyCodeMaker syntax highlighting for Oracle PL/SQL

This extension enhances the default syntax highlighting for Oracle PL/SQL

✨ Features

  • Prioritises PL/SQL reserved words, data types, and built-ins for crisp highlighting
  • Ships ready-to-use code snippets for packages, procedures, and documentation blocks
  • Supports every common Oracle PL/SQL file extension out of the box
  • Lightweight: only ships the grammar, snippets, and assets required by VS Code

Preview

🚀 Install

  1. Go to VS Marketplace Badge.

  2. Click on the Install Badge button.

  3. The language is automatically associated with PL/SQL-centric extensions (such as .sql, .pck, .pkb, .trg, .vw, etc.). If you use a custom extension, add it manually:

     "files.associations": {
     	"*.myplsql": "plsql-ccm"
     }
    
  4. Optional: tailor snippets or completion metadata by editing your local copies of the files referenced in the Configuration section below.

  5. Enjoy! 🎉

⚙️ Configuration

  • plsql-language.completion.path: Path to a JSON file that drives identifier completions. Use snippets/plsql.completion.json as a template.
  • plsql-language.pldoc.path: Path to a JSON file that defines the PL/SQL documentation snippet. See snippets/pldoc.json for the default structure.

The bundled snippets (snippets/plsql.snippets.json) can be overridden via the standard VS Code snippets UI if you need to tweak the defaults per project.

💬 Feedback

We’d love to hear your thoughts! If you have suggestions or encounter issues, please open an Issue Badge. Be nice and happy coding! 😉


Authored by © Danil Reznichenko

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