【问题标题】:Hot key for indentation multiple rows in DbeaverDbeaver中缩进多行的热键
【发布时间】:2022-06-11 00:34:29
【问题描述】:

在 DBeaver 中使用哪个热键来缩进:

SELECT 
    column1,
    column2
FROM table1

到这里:

    SELECT
        column1,
        column2
    FROM table1

【问题讨论】:

  • 通常Ctrl + ]
  • 在 DBeaver 中这个组合只是打开新的脚本空白页,缩进没有共同点

标签: indentation dbeaver


【解决方案1】:

用鼠标标记几行代码,然后按键盘上的 Tab 键

【讨论】:

    猜你喜欢
    • 2012-03-15
    • 1970-01-01
    • 2022-06-11
    • 2015-12-27
    • 2019-07-04
    • 2016-10-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多