formulahendry / vscode-mysql

MySQL management tool for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql
MIT License
219 stars 60 forks source link

break mysql.runQuery out into .runQuery and .runQueryAllorSelection #160

Open myusrn opened 3 years ago

myusrn commented 3 years ago

Would it be straight forward to break mysql.runQuery out into mysql.runQuery and mysql.runQueryAllOrSelection commands so that there would be ability to create keybindings.json that match mysql workbench ctrl+enter and ctrl+shift+enter keyboard shortcuts?

image