Skip to content

Pressing up when on the first of multiple suggestions for the same function closes the dialog #54726

@ghost

Description

  • VSCode Version: 1.26.0-insider (commit 26e5a55)
  • OS Version: Arch Linux (rolling release, kernel 4.17.6-1-ARCH)

Steps to Reproduce:

  1. With the following minimal code sample:
class FooBar {
    public baz(str: string);
    public baz(v: number);
    public baz(v: any) {

    }

}

const f = new FooBar();
f.baz
  1. Trigger autocomplete by placing the cursor after the f.baz and type (.
  2. Attempt to navigate to the next override definition by pressing the up arrow on the keyboard.

Expected Results:

  • Autocomplete dialog cycles to the last override definition.

Actual Results:

  • Autocomplete window disappears.

Does this issue occur when all extensions are disabled?: Yes

Example:

vscode_bug

Metadata

Metadata

Assignees

Labels

editor-parameter-hintsFunction, method and class parameter hint widgetfeature-requestRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunities

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions