Skip to content

Grisselbav/plsql-unwrapper-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PL/SQL Unwrapper for VS Code

PL/SQL code that has been wrapped with the wrap utility of Oracle Database version 10g or newer can be unwrapped with this extension.

Runs locally without an internet connection.

Example

Open a wrapped PL/SQL unit (procedure, function, package specification, package body, type specification, or type body) in an SQL editor. Right-click inside the editor to display the context menu and select Unwrap PL/SQL.

Wrapped

The unwrapped code replaces the editor's contents.

Unwrapped

Requirements

  • The Unwrap PL/SQL command requires an editor that uses the SQL (sql) or PL/SQL (oracle-sql) language.

  • The editor must contain wrapped code for the context menu to show the Unwrap PL/SQL command.

Limitations

  • The extension cannot unwrap code wrapped with the wrap utility before Oracle Database 10g.

Installation

The extension is available in the VS Code Marketplace.

About

PL/SQL Unwrapper for VS Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published