Posted 11 years ago
by Sergey Kaminskiy
Version: 14.1.0601
Platform: .NET 4.0
Environment: Windows 8 (64-bit)

After upgrading Syntax Editor WPF from version 13.1.581.0 to 14.1.601.0, syntax editor started to surround variable data types with square brackets. When typing in this line of VB.NET code
Dim varName as Double
after intellicense combo box is closed with a tab key to auto-complete “Double” syntax editor will put square brackets around Double:
Dim varName as [Double]
Syntax editor is initialized with VBSyntaxLanguage, with mostly default settings.