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

Star Expansion for select statements #239

Open
redbearsam opened this issue May 15, 2024 · 0 comments
Open

Star Expansion for select statements #239

redbearsam opened this issue May 15, 2024 · 0 comments

Comments

@redbearsam
Copy link

redbearsam commented May 15, 2024

There's a feature against MsSQL select statements ( SELECT * ) whereby one can:

  • Place the cursor beside the asterisk *
  • Trigger IntelliSense (Windows: ctrl + space, Mac: ctrl + space).
    • You should see a concatenated list of all column names.
  • Press Enter to replace * with all column names.

I can't for the life of me get this feature working when connected to a MySQL database. It'd be a great feature to have available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant