Quick and dirty SQL formatter using Oracle SQL Developer
With apm:
apm install oracle-format
In the package configuration section, add the path to sdcli.exe or sdcli64.exe
Format SQL in package menu or context menu. Only runs in files using SQL grammar
🐌 This option has the worst performance. It takes a while... so be patient
Format SQL File in tree view context menu. Option visible on *.sql
files only
Format SQL Folder in tree view context menu. Option available on folders only
*.sql
files
🐇 This is the most performant option
-
No hidden dependencies (only Oracle Developer for obvious reasons 😉)
-
Under corporate proxy installing packages may be difficult due to network limitations
-
Need of Python and Visual Studio to install packages (node-gyp errors) its a big restriction in some circumstances
-
-
Maintain same formatting options throughout the entire code base
Pull requests are welcome, big and small!
MIT © Pablo Escalada