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

Go To Symbol #257

Merged
merged 11 commits into from
Mar 19, 2016
Merged

Go To Symbol #257

merged 11 commits into from
Mar 19, 2016

Conversation

KronicDeth
Copy link
Owner

Resolves #96

Changelog

  • Enhancements
    • Go To Symbol (⌥⌘O)
      • Call definition clauses (def, defp, defmacro, and defmacrop)
      • Callbacks (@callback and @macrocallback)
      • Call definition specifications (@spec)
      • Call definition heads (foo(bar)) for delegation (defdelegate foo(bar), to: BAZ)
      • Implementations (defimpl)
      • Protocols (defprotocol)
    • Go To Declaration for Aliases now uses the same isModular checks as the stubbing for the index uses for Go To Symbol.

Go To Symbol should work for all functions and macros.
Go To Symbol should work for all `@callback` and `@macrocallback`.
Go To Symbol should work for all `@spec`.
Go To Symbol for the implied functions defined by defdelegate should
work.
Was replaced by Delegation awhile ago.
Go To Symbol should work for the full PROTOCOL.FOR name for defimpl.
Go To Symbol should work for defmodule now.
Go To Symbol should work for all defprotocol.
Don't use fullyQualifiedName anymore as the AllName index no longer uses
the Elixir. name as it is never displayed.
@KronicDeth KronicDeth self-assigned this Mar 19, 2016
@KronicDeth KronicDeth added this to the v2.3.0 milestone Mar 19, 2016
@KronicDeth KronicDeth changed the title Go to symbol Go To Symbol Mar 19, 2016
@KronicDeth KronicDeth merged commit 655bcdb into master Mar 19, 2016
KronicDeth added a commit that referenced this pull request Mar 19, 2016
KronicDeth added a commit that referenced this pull request Mar 19, 2016
@KronicDeth KronicDeth deleted the go-to-symbol branch March 19, 2016 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant