sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.58k stars 525 forks source link

Add hotkey to quick format query contents #674

Closed MasterOdin closed 3 years ago

MasterOdin commented 3 years ago

Closes #628

Adds a new hotkey to the ace editor (ctrl+I or cmd+I) where it will format all queries within the editor when used. The hotkey is shown within the browser menu to help with discoverability, and then routed through to the ace editor command. While it is possible to achieve a similar effect by just going directly through the redux store to update the query, I decided to go through the editor in case we wanted to have finer grained control of what the cursor does or trying to chose individual queries to format in the future.