- Notifications
You must be signed in to change notification settings - Fork47
SQL Formatter plugin for Notepad++
License
sqlparser/isf_notepad
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
SQL Formatter plugin for Notepad++
####InstallJust downloadsqlformat.dlland put it into Notepad++\plugins directory and then restart Notepad++.
You can also downloadformat option fileand put it into Notepad++\plugins\Config\sqlformat. You can change options in this file to control the layout of formatted sql.
For detailed explanation of those format options, Please check document here:
https://github.com/sqlparser/sql-pretty-printer/wiki/SQL-Coding-Standard-and-Guideline
This sql formatter plugin works under Notepad++ v5.1 and later.
####UsageYou can format all or any selected SQL in editor by click "Format" via Plugins->SQL Format.
You can add "Format SQL" into Context Menu by select Settings->Edit Popup ContextMenu,modify contextMenu.xml by adding this line:
<Item FolderName="Plugin commands" PluginEntryName="SQL Format" PluginCommandItemName="Format" ItemNameAs="Format SQL"/>####NOTEIn order to use this sql formatter plugin for Notepad++, you should be online.This plugin send your SQL to our SQL FaaS server here:
https://github.com/sqlparser/sql-pretty-printer/wiki/SQL-FaaS#2-api
If you don't want to send your SQL via internet, you may conside to usesql pretty printer desktop version
####Contacthttp://www.dpriver.com
https://github.com/sqlparser/isf_notepad
####Format options:https://github.com/sqlparser/sql-pretty-printer/wiki/SQL-Coding-Standard-and-Guideline
####Links:sql pretty printer desktop version
sql pretty printer addin for SQL Server Management Studio
sql pretty printer addin for Visual Studio
About
SQL Formatter plugin for Notepad++
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.