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 - Insight window does not appear for indexers #209

Open
@dgrunwald

Description

@dgrunwald

SD-1836, originally created on 8/11/2011 22:07:12 by Eusebiu Marcu

  1. Define an property indexer in a class
    - Public Property MyProp(ByVal i As Integer, ByVal j As Integer) As String
  2. Use it
    Dim w As New Test()
    g = w.MyProp
  3. Type '('

Expected result: Insight window appears
Actual: No insight window

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