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