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 include all named function definitions #121

Open
GoogleCodeExporter opened this issue Apr 2, 2015 · 0 comments
Open

imenu include all named function definitions #121

GoogleCodeExporter opened this issue Apr 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

Given the javascript source:

  function outer () {
     function inner () {}
  }

  dojo.declare("MyClass", {
     mymethod: function () {}
  });

js2-mode's imenu only lists outer.  I'd like it to include inner and
mymethod.  Ideally, I'd like any named function to be included in the
imenu menu.

What version of the product are you using? On what operating system?

20090723 on Mac OS X, 1.7.0 (packaged) Ubuntu

Please provide any additional information below.

I can't tell if this is a bug report or a feature request. :)

Some of the comments lead me to suspect that this is a bug.

Original issue reported on code.google.com by [email protected] on 28 Jul 2010 at 8:07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant