Search code examples
indentationdbeaver

Hot key for indentation multiple rows in Dbeaver


Which hotkey to use in DBeaver to indent from this:

SELECT 
    column1,
    column2
FROM table1

to this:

    SELECT
        column1,
        column2
    FROM table1

Solution

  • Mark several lines of code with your mouse and press Tab on your keyboard