merlin-full-module-path
Maybe there is already a way of doing this?
Something that shows Big_lib.Module.Submodule..Subsubmodule.value for any given alias in the code.
Showing the path that merlin-locate would open, can be useful and maybe done at the editor level though (?)
I would be very interested in this too.
In fact I would expect that Typing.Env.normalize_path_prefix would achieve this, what are these Env.normalize functions actually doing?
@pedrotst: Compute a normal form for paths (or try to, I think, if some modules are not available). It replaces all aliases by actual definitions.
Typo, #949 was closed, not #945.