Activity overview
Latest activity by hobbsenigma
This is what I want (comments treated as code for indent purposes):
-- comment
-- comment
if (@adjustment_type <> 1)
begin
-- comment
exec AP_Item_Burden_Bill
end
but this is what I get (comments untouched, left wherever they happened to be): -- comment
-- comment
if (@adjustment_type <> 1)
begin
-- comment
exec AP_Item_Burden_Bill
end
/ comments
This is what I want (comments treated as code for indent purposes):
-- comment
-- comment
if (@adjustment_type <> 1)
...
Format SQL: aligning comments
When I use the Format SQL command, it works great on the code. But in general, I want to align comments along with the code. E.g., if a statement would be tabbed in, I want the comment above it t...
As far as I can tell, SQL Prompt 5 still doesn't have this feature? / comments
As far as I can tell, SQL Prompt 5 still doesn't have this feature?