ocaml / merlin

Context sensitive completion for OCaml in Vim and Emacs
https://ocaml.github.io/merlin/
MIT License
1.59k stars 233 forks source link

Do not return PWO for defs in the current interface file #1781

Closed voodoos closed 5 months ago

voodoos commented 5 months ago

Uids of the interface and implementation of a module might overlaps.

Until more information can be opbtain from the compiler we simply don't return external occurrences of types that are defined in the current interface file.