-
Notifications
You must be signed in to change notification settings - Fork 52
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
Mark occurrences is often completely wrong #422
Comments
tern.java doesn't support mark occurrences and it will not. It's the goal of JSDT. JSDT 2.0 (Eclipse Neon) which is sonn available is a lot improve. I close this issue. |
Well, I'm reporting this while running on Neon RC (JSDT 2.0.0). |
@acarstoiu I have seen some bugs about mark occurrences inside JSDT bugzilla. I suggeset you that you post your bug in the JSDT bugzilla. JSDT Editor doesn't give the capability to override mark occurences, so it's not possible to do it with tern. I have no time to support that, but any contribution are welcome. |
If marking occurences is not override-able, then I guess the guys developing JSDT have reserved this issue for themselves. If only they used a proper parser... |
JSDT 2.0.0 uses Esprima parser, but there is discussion to use Google closure. |
It may be that it's not tern that provides this functionality, but JSDT. No surprise here, but can you intercept the triggering events and make it properly? It is the local only (file) version of #339.
Thanks.
The text was updated successfully, but these errors were encountered: