mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.43k stars 290 forks source link

New keybinding command #1342

Open MaximSat opened 3 weeks ago

MaximSat commented 3 weeks ago

Is your feature request related to a problem? Please describe. I'm always frustrated when I am in an explaratory analysis and run a tonne of querries while using SQLTools. The main reason is that there is no keybinding commands to execute "in this tab" on "in a new tab". The existing commands sqltools.results.location and   sqltools.results.reuseTabs are not good enough for this manipulations

Describe the solution you'd like Please create commands: 1) to execute in new tab 2) to execute in current tab

Describe alternatives you've considered I ve tried to manage my problem sqltools.results.location and   sqltools.results.reuseTabs. Problem doesnt solve

Additional context Love your product, lets make it better!