Open edlangton opened 2 years ago
Would be great if there was an option to align the data types in the declaration section to assist with readability.
Example below
DECLARE @li_object_id INT, @li_object_type INT, @ls_object_name NVARCHAR(100)
Option "Align Types" formats to:
Super Tool thanks.
Would be great if there was an option to align the data types in the declaration section to assist with readability.
Example below
Option "Align Types" formats to:
Super Tool thanks.