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

imenu failed to list the functions in js3-mode #63

Open
redguardtoo opened this issue Jul 10, 2012 · 4 comments
Open

imenu failed to list the functions in js3-mode #63

redguardtoo opened this issue Jul 10, 2012 · 4 comments

Comments

@redguardtoo
Copy link

Here is the sample code, js3-mode-20120508 installed through elpa,

(function () {
    var Hello = this.Hello = (function ($) {
        function locateIFrameIndex(iframe) {
          alert('bye world')
        }
        var onCrossDomainMessage = function (e) {
          alert('hello world')
        };
        return {
          init:function(){
            alert('init')
          }
        };
    })(jQuery);
})(this);
$(document).ready(Hello.init);
@tamzinblake
Copy link
Owner

You know, I was actually wondering if anyone used imenu support in js3-mode. I was going to take it out in the next version.

@redguardtoo
Copy link
Author

how you do the nav thing in javascript then?

@eethann
Copy link

eethann commented Feb 25, 2013

Another vote for this issue. I find imenu quite useful via helm for js nav, but not being able to jump to names async.waterfall functions, for example, is a bit of an issue for me with js3-mode.

@rags
Copy link

rags commented Aug 3, 2014

+1. I find imenu useful, it'll be nice to get this working for js3. For now the alternative is to use helm-occur.

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

4 participants