hotkey for format SQL code

This commit is contained in:
Jan Prochazka 2021-10-05 21:59:47 +02:00
parent 17efc3d32c
commit 111702881a

View File

@ -5,6 +5,7 @@
id: 'query.formatCode',
category: 'Query',
name: 'Format code',
keyText: 'Shift+Alt+F',
testEnabled: () => getCurrentEditor()?.isSqlEditor(),
onClick: () => getCurrentEditor().formatCode(),
});