Page 1 of 1

Insert formatting

Posted: Wed 08 Aug 2012 10:33
by lorond
Is there way to format INSERT statement like it is in a snippet (after pressing TAB)?

Code: Select all

INSERT INTO SomeTable
(
   Something
 , Anything
 , Etc
 , Data
)
...
I can't figure out how to make it. After formatting document it always became something like this.

Code: Select all

INSERT INTO SomeTable(Something
                    , Anything
                    , Etc
                    , Data)
...

Re: Insert formatting

Posted: Wed 08 Aug 2012 14:02
by alexa
Unfortunately, it's not possible in the current version.

However, we will review this case when developing next versions of the product.

Re: Insert formatting

Posted: Mon 13 Aug 2012 14:06
by alexa
It appears we already have such a suggestion on our UserVoice forum.

Could you please follow the link and vote for it : http://devart.uservoice.com/forums/8789 ... formatting