Hi,
thanks for developing such a great tool that DBeaver surely is.
Two tiny things I miss though.
1) I would like to have "toggle comment" keyboard shortcut which comes in very handy. It should comment/uncomment out all the selected rows of SQL code (even those selected only partially). Usually, code editors have this bound to the "Ctrl + /" combination. Unfortunately, I did not found possibility to bound a shortcut to comment in DBeaver.
2) For some reason, we use table names in mixed case ("ExternalPerson"). Although DBeaver provides nice table name autocomplete feature, it does not work for mixed case table names (which need to have double qoutes around them). Ideally, when Ctrl + Space is pressed, all the tables are offered and if the particular table is in mixed case, the whole name is surrounded by double quotes after selection.
Thanks a lot.