Poor Man's T-SQL Formatter - VS Code ExtensionThis is a Visual Studio Code extension for Poor Man's T-SQL Formatter, a SQL formatting library available in a variety of other editors & IDEs. This formatter's special focus on T-SQL (the SQL dialect of Microsoft SQL Server... and Sybase/SAP Adaptive Server Enterprise) makes Visual Studio Code a sensible target for support. This formatter uses the JS library on npm for formatting (https://www.npmjs.com/package/poor-mans-t-sql-formatter), and that is itself a transpilation of the C# library / main project at http://architectshack.com/PoorMansTSqlFormatter.ashx. FeaturesThis formatter has the same features under Visual Studio Code as it has under other environments (Visual Studio, SSMS, Notepad++, Atom Editor): (list to be added - see homepage at http://architectshack.com/PoorMansTSqlFormatter.ashx) Extension SettingsThe formatter exposes the same settings as in other IDEs / integrations, these can be located and set/overridden in the VS Code settings UI in the normal way. Release NotesPlease see the separate file CHANGELOG.md for product release notes. Status
|