Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align data types in declare section #282

Open
edlangton opened this issue May 20, 2022 · 0 comments
Open

Align data types in declare section #282

edlangton opened this issue May 20, 2022 · 0 comments

Comments

@edlangton
Copy link

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:

DECLARE @li_object_id    INT,
   @li_object_type       INT,
   @ls_object_name       NVARCHAR(100)

Super Tool thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant