SQL Complete v6.2 release notes

Last modified: April 9, 2025

  • SQL Server Management Studio v18.3 support
  • Code Completion and Snippets Manager Functionality
    • Support for the MIN_ACTIVE_ROWVERSION function
    • The Extend Insert Highlight Occurrences feature shows a pop-up with a column name in the VALUES clauses
    • Displaying MS_Description for the Azure objects
    • Suggesting properties for the built-in metadata functions (SERVERPROPERTY, FILEPROPERTY, DATABASEPROPERTYEX, etc.)
    • Prompting times zones in AT TIME ZONE
    • Prompting hints names for USE HINT option
    • Prompting objects in the context of DBCC SHOW_STATISTICS
    • Prompting indexes in WITH clauses
    • Suggesting GENERATED ALWAYS AS ROW START options in the Completion List
    • Displaying property names for the SERVERPROPERTY functions
    • Support for the DBCC CHECKIDENT command
    • Exclusion of IDENTITYCOL, $IDENTITY when unfolding asterisk
  • Code Navigation functionality
    • Jumping between BEGIN TRY/END TRY and BEGIN CATCH/END CATCH
    • Jumping between CASE and END