Picky layout request

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
TedOC
Posts: 1
Joined: Mon 07 Oct 2019 15:37

Picky layout request

Post by TedOC » Mon 07 Oct 2019 16:07

I have a very picky way I like my SQL to be laid out. I like my aliases before the field names in my SELECT statement. I like the equals signs lined up. I like my aliases lined up in the FROM and JOIN clauses. I'm just that picky. Is there any way to make SQL Complete format my SQL to look like the code in the image below?

Image

alexa

Re: Picky layout request

Post by alexa » Mon 07 Oct 2019 17:57

You could try setting this up in the 'Edit Formatting Profile' window that can be opened as follows:
1. Select 'SQL Complete -> Options...' from the main menu. The 'Options' window opens.
2. Navigate to the 'Formatting -> Profiles' branch.
3. Select the active profile and click the 'Edit Profile...' button.

If you are still unable to setup it, please provide us the script along with the screenshots of the actual and expected results.

You can send a reply straight to our support system at alexaATdevartDOTcom and supportATdevartDOTcom .

Post Reply