elixir-lsp / elixir-ls

A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
https://elixir-lsp.github.io/elixir-ls/
Apache License 2.0
1.5k stars 198 forks source link

Fix hexdocs link for module under different package #971

Closed toonmaterial closed 1 year ago

toonmaterial commented 1 year ago

For example, module Ecto.Migration is under package ecto_sql not ecto.

I thought we should get the dep name from definition instead of root module name.

Not sure how to add such test case while existed cases pass.

lukaszsamson commented 1 year ago

Thanks