Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Display redefined variable hints as guesses #5729

Open
@dangoor

Description

@dangoor

This is behavior currently seen in the smoke tests.

var foo="", bar=function () {};

foo = bar;
foo.|

With the cursor positioned at the | as shown above, the code hint shows function hints first and string hints following. All of the hints are displayed in the same fashion, even though the function hints are a better match at that cursor position.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions