Insert formatting

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
lorond
Posts: 1
Joined: Wed 08 Aug 2012 10:00

Insert formatting

Post by lorond » Wed 08 Aug 2012 10:33

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)
...

alexa

Re: Insert formatting

Post by alexa » Wed 08 Aug 2012 14:02

Unfortunately, it's not possible in the current version.

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

alexa

Re: Insert formatting

Post by alexa » Mon 13 Aug 2012 14:06

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

Post Reply