This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Support cross-module renaming #1311
Open
Description
HIE does not appear to support cross-module, project-wide renaming, even though LSP’s textDocument/rename
supports it. A brief glance at HaRe seems to imply that it is capable of this, since its compRename
function appears to explore client modules, but in my experience, it doesn’t work: the identifier is only renamed in the defining module and nowhere else.