Comments
2 comments
-
Thanks for the feedback. I've raised this as a feature request and logged it in the system. The SQL Prompt team will consider adding this extra option in a future version of the application. For your reference the feature request code is: SP-1662
-
I'd like to throw in a vote for this change as well. We're looking at using SQL Prompt to reformat our code and having BEGIN/END on the same tab stop is the IF/ELSE would be preferred.
Add comment
Please sign in to leave a comment.
IF x
BEGIN
<tab> --code here
END
and it seems Lay Out SQL enforces an automatic tab which makes it more difficult to find the end of the code block
IF x
<tab>BEGIN
<tab><tab> --code here
<tab>END