SQL Complete v5.0 release notes

Last modified: April 9, 2025

Statement Expansion

  • UPDATE statement support

New Snippets

  • BEGIN TRANSACTION
  • ROLLBACK TRANSACTION

Custom Alias Mapping

This feature allows users to assign custom aliases to a table, view, table-valued function, or synonym referenced to in an SQL document.

Pair Highlighting

This feature highlights both the opening and closing code elements to visually define separate code blocks and determine mismatched or misspelled paired code elements.

Code Refactoring

The Rename functionality changes all occurrences of variable names and object names to new ones, automatically finds and corrects all references to them. The Rename refactoring is available for tables, temporary tables and columns, views, stored procedures, functions, local variables, and SQLCMD variables.

Semicolon Insertion

This feature allows to insert missing semicolons after each statement in a query.

SSDT Project Support

SQL Complete features are now available in SQL Server Data Tools projects of Microsoft Visual Studio 2013.