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 does not index delegates #80

Closed
josteink opened this issue Jun 2, 2016 · 1 comment
Closed

imenu does not index delegates #80

josteink opened this issue Jun 2, 2016 · 1 comment
Labels

Comments

@josteink
Copy link
Collaborator

josteink commented Jun 2, 2016

Obvious omission is obvious. Let's get that fixed.

Rules for indexing:

  • do NOT assume nested delegate types (this imenu implementation does not do nested stuff)
  • do NOT index delegates as container types (do like enums instead)
  • do NOT require access-modifiers, since signature should be easy enough to filter based on the delegate keyword.
  • otherwise do just like methods enums (we want these listed as separate types).
josteink added a commit that referenced this issue Jun 2, 2016
Partially addresses #80.
@josteink
Copy link
Collaborator Author

josteink commented Jun 2, 2016

The code so far lacks tests, but has shown an error in the code (which also applies to enums): Basically namespaces does not get applied to the type-name.

That could be registered as its own bug, but lets not go completely overboard with issues here :)

@josteink josteink added the bug label Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant