Page 1 of 1

SQL Complete - Expand Columns - Customize Format

Posted: Fri 11 Jun 2021 14:13
by kjv1611
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

Re: SQL Complete - Expand Columns - Customize Format

Posted: Tue 15 Jun 2021 18:56
by kjv1611
Anybody?
Image

Re: SQL Complete - Expand Columns - Customize Format

Posted: Wed 16 Jun 2021 13:25
by dzhanhira
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.