This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
VB namespace completion does not show internal members #178
Open
Description
SD-1745, originally created on 11/7/2010 00:04:07 by Daniel Grunwald
Steps to reproduce:
-
Create a new VB Windows Forms project in SD 4.1
-
Edit "Properties\Settings.settings" and add at least one setting
(so that the Settings.Designer.vb file gets generated). -
In MainForm.vb, type: "My."
Expected result: the code-completion lists contains "Settings"
Actual result: "Settings" is not shown."Settings" is defined in Settings.Designer.vb as "Friend" (internal).
Code-completion works fine if it is changed to be public.