SQL Formatter plugin for eclipse
####Install Open eclipse, menu help->install new software, enter this site:
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:
If you don't want to send your SQL via internet, you may conside to use sql pretty printer desktop version
####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