mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
hotkey for format SQL code
This commit is contained in:
parent
17efc3d32c
commit
111702881a
@ -5,6 +5,7 @@
|
||||
id: 'query.formatCode',
|
||||
category: 'Query',
|
||||
name: 'Format code',
|
||||
keyText: 'Shift+Alt+F',
|
||||
testEnabled: () => getCurrentEditor()?.isSqlEditor(),
|
||||
onClick: () => getCurrentEditor().formatCode(),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user