Posted 3 years ago
by Andrew Levine
Version: 22.1.0
Platform: .NET 5.0
Environment: Windows 10 (64-bit)
Hello, when I replace "Public Class" with "Protected Module" in the example code in VB.net code editor inside the SampleBrowser, and then inside the Sub cause the VBCompletionEditor to open by typing "Dim asdf as ...", it causes the program to crash. Note that "Protected Module" isn't in the specification for VB.net, and a module has to be either "Public" or "Friend". Just a bug I stumbled across.