Hi, I am using Azure Data Studio plugin for SQL Server scripts (T-SQL).
Is there any possibility to keep an expression after IF in the same line ?
Current formatting:
if my_function (@my_var) = 0 begin return null end
if my_function (@my_var) = 0 begin return null end
Hi @zdenek,
thanks for your feedback. I will add this option today or tomorrow .
Will keep you informed
REgards
Guido
hi @zdenek,
please install Release 2.0.80. there you will find new Options (see screenshot)
Hope this helps
Guido
Thanks. 👍