mtxr / vscode-sqltools

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

Run the line with cursor on (accessibility) #1196

Open ullaskunder3 opened 11 months ago

ullaskunder3 commented 11 months ago
gjsjohnmurray commented 11 months ago

Have you tried changing the sqltools.results.reuseTabs setting?

ullaskunder3 commented 11 months ago

@gjsjohnmurray my bad you are right :) that one solved "sqltools.results.reuseTabs": "connection"

what do you think ?

tvogel commented 7 months ago

+1 for the part of the request that asks to run the statement on the current line. This involves developing logic that automatically selects all of the statement that the cursor is currently in. It's a bit clumsy to first select the whole block before you can do Ctrl-E Ctrl-E.