All keywords should formated
Sql Complete should format 'if' and 'begin' 'end' like
DECLARE @a as int
SET @a = 1
if (@a=1)
begin
print('a')
end
1
vote
Anonymous
shared this idea
This functionality is already implemented in the product. If you have problems with it, please contact technical support.
-
Alexander commented
Please clarify how you would like the script to be formatted. Please put '-' instead of a space character at the beginning of a row (if there are such) as the space character is not displayed correctly.