Skip to content
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
@dgrunwald

Description

@dgrunwald

SD-1745, originally created on 11/7/2010 00:04:07 by Daniel Grunwald

Steps to reproduce:

  1. Create a new VB Windows Forms project in SD 4.1

  2. Edit "Properties\Settings.settings" and add at least one setting
    (so that the Settings.Designer.vb file gets generated).

  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions