Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

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 force-pushed the 2023-08-05-module-aliases branch from 07e5825 to 1328323 Compare September 10, 2023 23:36
@mhanberg mhanberg mentioned this pull request Sep 15, 2023
@mhanberg mhanberg force-pushed the 2023-08-05-module-aliases branch from 1328323 to f799963 Compare September 16, 2023 20:35
@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
@mhanberg mhanberg deleted the 2023-08-05-module-aliases branch September 16, 2023 20:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant