-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Hello everyone,
Just tested today's build on Windows 10 - 64 bit (downloaded the x64.exe version).
Currently, whenever you write your code into the Execute SQL tab there is no way (or shortcut) to automatically format it (UPPER CASE, new line, indentations and so on).
Most of all, whenever you write your code in the Execute SQL window and you press enter all commands are always proposed (forced) as lower case (create, select, from, where, like instead of CREATE, SELECT, FROM, WHERE, LIKE etc).
This style formatting improvement is possible in many GUIs applications such as the freeware SqliteStudio [1] or by dint of web applications [2].
What about adding an option, in the "Preferences..." window, as regards the code-completion feature, in Sqlite Browser, to have them proposed as UPPER CASE instead ? :-)
For instance , you write your SQL code to create a new table.
Whenever you press enter on your keyboard to apply the create command this is formatted as CREATE instead of create as it is now (same things for the other commands: from, where, like etc).
Thanks a lot in advance for reading this very long message :-)
[1] https://www.dropbox.com/s/doxq0yfquwa2xwl/SQLITESTUDIO_FORMAT_SQL_CODE.mp4?dl=0
[2] https://sqlformat.org/