Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run the line with cursor on (accessibility) #1196

Open
ullaskunder3 opened this issue Aug 2, 2023 · 3 comments
Open

Run the line with cursor on (accessibility) #1196

ullaskunder3 opened this issue Aug 2, 2023 · 3 comments
Labels
feature request New issue opened using "Feature request" template

Comments

@ullaskunder3
Copy link

ullaskunder3 commented Aug 2, 2023

  • currently in the .sql execution file shows only two options Run on active connection and Select block

  • now instead of showing the option in that modal menu show it with the other top hover option Run selected query
    solution

  • why the execution result message does not show up console
    Screenshot from 2023-08-02 21-18-33

@ullaskunder3 ullaskunder3 added the feature request New issue opened using "Feature request" template label Aug 2, 2023
@gjsjohnmurray
Copy link
Collaborator

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

@ullaskunder3
Copy link
Author

@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 ?

@ullaskunder3 ullaskunder3 changed the title prevent creation of new tab for execution Run the line with cursor on (accessibility) Aug 2, 2023
@tvogel
Copy link

tvogel commented Nov 7, 2023

+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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New issue opened using "Feature request" template
Projects
None yet
Development

No branches or pull requests

3 participants