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.
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.
The unwrapped code replaces the editor's contents.
-
The
Unwrap PL/SQLcommand 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/SQLcommand.
- The extension cannot unwrap code wrapped with the wrap utility before Oracle Database 10g.
The extension is available in the VS Code Marketplace.

