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
All proposals shown inside string literal #780
Comments
mrennie
added a commit
to mrennie/tern
that referenced
this issue
May 19, 2016
|
See my answer to #757 |
mrennie
pushed a commit
to mrennie/tern
that referenced
this issue
Jun 29, 2016
Add new flag that defaults to true (show proposals in literals)
mrennie
pushed a commit
to mrennie/tern
that referenced
this issue
Jun 30, 2016
fixed formatting and support regex literals
marijnh
pushed a commit
that referenced
this issue
Aug 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the following snippet:
var foo = "";if you activate content assist inside the string literal you get all of the JS proposals when the complete_strings plug-in is not in use. I would expect to get no proposals.
The text was updated successfully, but these errors were encountered: