merlin icon indicating copy to clipboard operation
merlin copied to clipboard

merlin-full-module-path

Open smondet opened this issue 6 years ago • 2 comments

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 (?)

smondet avatar Mar 16 '19 20:03 smondet

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 avatar Jun 12 '20 15:06 pedrotst

@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.

let-def avatar Nov 11 '20 09:11 let-def

Typo, #949 was closed, not #945.

voodoos avatar May 31 '23 08:05 voodoos