Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird '<i>' proposal for object key completion #894

Closed
mrennie opened this issue Mar 14, 2017 · 0 comments
Closed

Weird '<i>' proposal for object key completion #894

mrennie opened this issue Mar 14, 2017 · 0 comments

Comments

@mrennie
Copy link
Contributor

mrennie commented Mar 14, 2017

Consider the following snippet:

var markdowns = {
  // assist here
};

var s = "abc";
return markdowns[s];

If you invoke content assist where the comment indicates, you get a single proposal named <i>. I would expect to get no proposals, or even better, "abc".

This can be reproduced in the Tern demo page.

DonnieWest pushed a commit to DonnieWest/tern that referenced this issue Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant