Skip to content

Sql code formatting

deepsky edited this page Apr 4, 2012 · 3 revisions

Home

Code Formatting

SQL Code Assistant can reformat an arbitrary selected block of code, all code in the current file, all files in a directory, or even in the entire project or solution, according to your Code Style preferences. Reformatting affects braces layout, blank lines, line wrapping and line breaks, spaces in various contexts, indentation, aligning, capitalisation of keywords and names, etc. All of these options can be fine-tune in the Code Style Options dialog box.

To reformat the code in the current file, simply press Ctrl+Alt+L, select Reformat Code in Available profiles, and click Run.

Code Structure

Clone this wiki locally