How to select table and columns in one go in SQL Complete?

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
afraz
Posts: 1
Joined: Mon 03 May 2021 00:07

How to select table and columns in one go in SQL Complete?

Post by afraz » Mon 03 May 2021 00:13

I have recently started using SQL Complete and I really like it so far. When I normally want to select certain columns from a table, I type Select * from [TableName] and then edit the * and SQL Complete shows a column selection modal window. I can highlight the column I want to select and hit space in this window to select it.

However I've noticed that if I type Select [TableNameInitials], I get a modal window in which I can first expand the table name and then click on columns to do everything in one go. The problem is that space key for selecting columns does not work this way and I have to click on column names. Is this a bug or do I need to press another key to select columns this way?

alexa

Re: How to select table and columns in one go in SQL Complete?

Post by alexa » Mon 03 May 2021 13:42

Could you please specify what product version you are using and provide us a video demonstrating this issue?

Post Reply