DEV Community

Sushant Bajracharya
Sushant Bajracharya

Posted on

Mix task to search for alias name

I recently had to work on a project which used multi alias

alias ModA.{ModB, ModC}
Enter fullscreen mode Exit fullscreen mode

Searcing is difficult on project like this so I wrote a mix task that would look for the alias name and then print the file and line number on the terminal.

https://github.com/sushant12/find_alias

Top comments (0)