Presently, when writing a SELECT (and some others), an auto-complete window pops up and allows you to select the columns you want to include. Then when you select some, and hit Enter, then auto fill onto the same line in the format:
SELECT Col1, Col2, Col3…
Is there a way to change this so it follows my style of:
SELECT Col1
,Col2
,Col3
Similar question for GROUP BY auto-completes.
I’m on TDP 4.3.0.718
