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

Display redefined variable hints as guesses #5729

Open
dangoor opened this issue Oct 28, 2013 · 0 comments
Open

Display redefined variable hints as guesses #5729

dangoor opened this issue Oct 28, 2013 · 0 comments

Comments

@dangoor
Copy link
Contributor

dangoor commented Oct 28, 2013

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant