poor-mans-t-sql-formatter-vscode-extension
poor-mans-t-sql-formatter-vscode-extension copied to clipboard
A Visual Studio Code extension for Poor Man's T-SQL Formatter
It is frustrating that Poor Man's T-SQL Formatter doesn't add a "formatter" for SQL files. To reproduce: 1. Add Poor Man's T-SQL Formatter extension 2. Open a SQL file that...
This was a quick change that I made comparing to other formatters, so it is not thoroughly tested. However it works! Advise testing it out completely before accepting PR. HB
we are using this extension for formatting of our code files but every code which use delete statement using clause is showing warning. Could you please suggest a solution for...
I installed the [Oracle support extension](https://marketplace.visualstudio.com/items?itemName=Oracle.oracledevtools) It sets the language mode for new SQL scripts to "Oracle-SQL and PLSQL" Unfortunately, this means that Poor Man's SQL Formatter doesn't recognize it...
Tried to make it seem like it would match the language in the rest of the document
Other formatter plugins I've downloaded tie their action to the editor.action.formatSelection/editor.action.formatDocument, but this one provides its own command. This wouldn't be an issue if you keep the default mapping, but...
Formatting can be run via the keybinding, but it would be nice to be able to access it from the command palette as well. It appears there is supposed to...
When a new document is created and language mode is set to SQL no formatting options available on right click but shortcut works (Ctrl+K Shift+F) but on a saved file...
A big thanks for this tool. I noticed a section of my SQL statement was marked in error when running. I noticed that the join clause of EXCEPTION is not...
I am unable to add this on Azure Data Studio, is this supported. It only installs on Visual Studio Code. Version: 1.48.1 (system setup) Commit: 8825ec21e67a34ede00e4f02a4afc692eb6cab61 Date: 2024-06-13T21:07:19.253Z VS Code:...