-
Notifications
You must be signed in to change notification settings - Fork 0
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
Prototype methods are returned as anonymous functions #7
Comments
Thanks for reporting this issue. I will try to fix when I will find time. |
Very nice @angelozerr here my screenshot with the fixes. |
Cool:) An other advantage to format outline on the server side is that other editor (which ar enot written in Java) can benefit with those kind of fix. |
Well, a local var is "breaking" it :( Look this example:
The result is: The
Agree. |
Good, now it works much better. |
Given this code:
The tern outline plugin shows this tree (taken from Tern IDE):
I think it is not recognizing the prototype methods, for example in JSDT we get a better result:
The text was updated successfully, but these errors were encountered: