Hexdocs in Elixir: Linking to Source Code
Not important, but one thing I like about hexdocs in elixir is that it can link you to the exact line in the source code associated with a certain doc entry.
For example, notice the link icon on the right next to the two functions (the one on the left links to the doc, the one on the right to the source code)
https://hexdocs.pm/phoenix/Phoenix.html
I wonder if docs-ts could do this for the reference docs.
For example, notice the link icon on the right next to the two functions (the one on the left links to the doc, the one on the right to the source code)
https://hexdocs.pm/phoenix/Phoenix.html
I wonder if docs-ts could do this for the reference docs.
