SQL Complete: "Format Selection" formats entire document

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
JasonKochel
Posts: 1
Joined: Thu 07 Mar 2013 22:19

SQL Complete: "Format Selection" formats entire document

Post by JasonKochel » Thu 07 Mar 2013 22:21

Sometimes I want to break my formatting rules for parts of a stored proc, but I still want to format the rest of it. I highlight the part I want to have SQL Complete format, and use "Format Selection", but it reformats the entire file :(

alexa

Re: SQL Complete: "Format Selection" formats entire document

Post by alexa » Tue 12 Mar 2013 13:43

Such behavior is by design.

Please note that dbForge SQL Complete formats the CREATE PROCEDURE statement the selected part of text belongs to, but not the whole document. Such behavior has advantages as separate statements get indented inside a CREATE PROCEDURE statement. Though, this behavior will be reconsidered and may be changed in future product versions.

Also, you can vote and comment on the following suggestion on our UserVoice forum or add a new one: http://devart.uservoice.com/forums/8789 ... actually-s We collect and analyze the information from this forum in order to make a proper roadmap for future product releases.

Post Reply