vscode-sqltools
vscode-sqltools copied to clipboard
Run the line with cursor on (accessibility)
-
currently in the
.sqlexecution file shows only two optionsRun on active connectionandSelect block -
now instead of showing the option in that modal menu show it with the other top hover option
Run selected query -
why the execution result message does not show up console
Have you tried changing the sqltools.results.reuseTabs setting?
@gjsjohnmurray my bad you are right :) that one solved
"sqltools.results.reuseTabs": "connection"
- Still it would be great the option UI (accessibility) so I dont have to select then go to option modal menu and click on
Run Selected Query - just like other sql UI client we can have a something like
run the line with cursor on
what do you think ?
+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.