Replies: 1 comment
-
Thanks for your suggestion! If you think this is worth exploring further, could you please submit it as a feature request here? Thanks again! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
User needs
Old school SQL Query Analyzer and SQL Management Studio give us the possibility to customize some shortcuts, by default,
alt+F1
callingsp_help
. It would so helpful to have this kind of feature in vscode-mssql.While peek definition can help, sometimes a cleaner view of foreign keys, indexes and columns of a table would be better.
Imagined solution
I thnk somehing like five or ten commands as settings (mssql.fast_statement1, ..., mssql.fast_statementN), and for each setting a command to be assigned to a shortcut.
Beta Was this translation helpful? Give feedback.
All reactions