SQL Complete: Intellisence in SSMS 22.6 doesn't work against LocalDB databases

SQL Complete: Intellisence in SSMS 22.6 doesn't work against LocalDB databases

SQL Complete IntelliSense works okay against SQL Express on my machine, but connecting to LocalDB databases, the Intellisense doesn't work.

If I enable Tracing and if I click "Refresh Suggestions" I see the following exception in the log - don't know if that is related. 

SSMS.exe Information: 0 : 2026-05-18T14:38:02.3784624+01:00 - IDataReader will be returned from a DataTable because post processing is needed
Exception:
Type = System.AggregateException
Message = One or more errors occurred.
Source = mscorlib
StackTrace =
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)

at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)

at Devart.DbForge.DataConnectionSupport.Open()

at Devart.DbForge.DeclarationRepository.ServerScopeDescriber.htM(Boolean& )
Exception:
Type = Devart.Data.SqlServer.SqlException
Message = The instance of SQL Server you attempted to connect to does not support encryption.
Source = Devart dotConnect for SQL Server
StackTrace =
at A9Uut3jnQOcrlDNpopTN.CcHuA9jTUTCFuP6J63gW.Open(DbConnectionBase )

at Devart.Common.DbConnectionBase.DP1jVVmkhwJ()

at Devart.Data.SqlServer.SqlConnection.Open()

at Devart.DbForge.SqlServer.SqlDataConnectionSupport.Q2s.Open()

at Devart.DbForge.DataConnectionSupport.bQA(DatabaseConnection , CancellationToken )

at Devart.DbForge.DataConnectionSupport.jQT(CancellationToken )

at Devart.DbForge.DataConnectionSupport.BVZ(CancellationToken )

at System.Threading.Tasks.Task.Execute()
Exception:
Type = Devart.Data.SqlServer.SqlException
Message = The instance of SQL Server you attempted to connect to does not support encryption.
Source = Devart dotConnect for SQL Server
StackTrace =
Scope "(localdb)\mssqllocaldb ()" (Devart.DbForge.DeclarationRepository.Scope) is added successfully.