SQL Complete - Expand Columns - Customize Format

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
kjv1611
Posts: 2
Joined: Thu 10 Sep 2015 12:14

SQL Complete - Expand Columns - Customize Format

Post by kjv1611 » Fri 11 Jun 2021 14:13

I've used SQL Complete now for probably 8+ years. Love the product. Just a few minutes ago noticed the SQL History built in which I used to use another add-in for, so that's awesome. I had just assumed not there.

One thing I'd like to change is when I write a script such as:
SELECT *
FROM MyTable

When I put the cursor just past the asterisk, and press TAB to expand columns, I'd prefer the column/field format to be different.

Instead of:
SELECT Field1
[TAB],Field2
TAB],Field3

I'd rather it be:
SELECT Field1
[TAB],[TAB]Field2
[TAB],[TAB]Field3

Is that possible? I couldn't tell in options?

I'm currently using SQL Complete version 18.4

Thanks for any suggestions

kjv1611
Posts: 2
Joined: Thu 10 Sep 2015 12:14

Re: SQL Complete - Expand Columns - Customize Format

Post by kjv1611 » Tue 15 Jun 2021 18:56

Anybody?
Image

dzhanhira
Devart Team
Posts: 239
Joined: Mon 26 Oct 2020 13:49

Re: SQL Complete - Expand Columns - Customize Format

Post by dzhanhira » Wed 16 Jun 2021 13:25

Currently, it is not possible, but you can add your suggestion to our UserVoice: https://devart.uservoice.com/

If there will be enough votes we will implement it in one of the future releases.

Post Reply