SQL Formatter plugin for eclipse
####Install Open eclipse, menu help->install new software, enter this site:
http://www.gudusoft.com/eclipse
to install sql formatter plugin for eclipse.
Editors which implements ITextEditor have a new context menu: Format SQL
####Usage Select SQL query and then right click to bring up context menu, click 'Format SQL' to format selected SQL query.
####NOTE In order to use this sql formatter plugin for eclipse, 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 use sql pretty printer desktop version
####Contact http://www.dpriver.com
https://github.com/sqlparser/isf_eclipse
####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