-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Suggestion] Create a command to execute only the current statement #870
Comments
That'd be handy indeed. Postico and SQuirreL SQL do this very well perhaps they may serve as inspiration. |
Just as another open-source example, HeidiSQL has this feature as well |
@GabrielDuarteM @mathsalmi this is a great suggestions. We'll take this for the next release. |
Dreaming of this since moved to SQL Server from Oracle PL/SQL Developer with it's ";" |
The C# portion of this change is merged with microsoft/sqltoolsservice#412. I'll merge the typescript portion tomorrow #934. |
@GabrielDuarteM I'll close this now since this suggestion is available in this private build https://github.com/Microsoft/vscode-mssql/releases/tag/v1.1.0-alpha.4. Please let me know if there are any issues with the implementation. Thanks! |
Just like the CTRL+Shift+E executes the whole script, as a user, i think it would be nice to have another shortcut to execute only the current statement (the one where the cursor is lying), so that i would't have to select every statement that i want to run. This would improve my overall workflow when using that plugin.
The text was updated successfully, but these errors were encountered: