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

feat: go to definition when aliases modules #152

Merged
merged 1 commit into from
Sep 16, 2023

Conversation

mhanberg
Copy link
Collaborator

@mhanberg mhanberg commented Aug 9, 2023

Collects references to modules in alias calls, which allows you do use go to definition and find references on them

Example

alias Foo.Bar.Baz
#     ^^^^^^^^^^^

alias Foo.Bar.{Baz, Bing}
#              ^^^  ^^^^

alias Foo.Bar.{
  Baz,
# ^^^
  Bing
# ^^^^
}

@mhanberg
Copy link
Collaborator Author

mhanberg commented Aug 9, 2023

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@mhanberg mhanberg force-pushed the 2023-08-05-module-aliases branch 10 times, most recently from d56b392 to 9902378 Compare August 17, 2023 03:24
@mhanberg mhanberg force-pushed the 2023-08-05-module-aliases branch 8 times, most recently from 1bdd66f to 8c4423f Compare August 24, 2023 03:38
@mhanberg mhanberg force-pushed the 2023-08-05-module-aliases branch 3 times, most recently from 42ae2ca to 07e5825 Compare August 30, 2023 04:17
@mhanberg mhanberg mentioned this pull request Sep 15, 2023
@mhanberg mhanberg marked this pull request as ready for review September 16, 2023 20:35
@mhanberg mhanberg merged commit 627bb94 into main Sep 16, 2023
3 checks passed
@mhanberg mhanberg deleted the 2023-08-05-module-aliases branch September 16, 2023 20:37
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

Successfully merging this pull request may close these issues.

None yet

1 participant