SQL Complete v4.5 release notes

Last modified: April 9, 2025

Integration with VS 2013

SQL Complete features are now available in Microsoft Visual Studio 2013.

New code formatter features

  • New Option: Add empty line after GO
  • New Option: Enclose identifiers within square brackets []
  • New Option: Add parentheses when inserting functions
  • New Option: Enable auto-format words while typing
  • New Option: Alias Text Case - As in declaration
  • Code formatter functionality is available even if SQL Complete is disabled

Refresh suggestions cache

  • Automatic suggestions cache refresh by specified time is added
  • New option: Refresh suggestions cache on detecting changes on a server

New code completion features

  • SET IDENTITY INSERT tables suggestion is added
  • XML variables suggestion in the FROM statement is added
  • Column suggestion in the VALUES statement is added
  • Object suggestion for linked servers on SQL Azure is added

Other improvements

  • New snippets are added
  • Objects describe performance is improved
  • Formatting CASE options are redesigned