How do I enable hls-rename-plugin
?
#2239
-
I'm using HLS 1.4, and I would love to have project wide renaming, but according to #2108 the plugin is disabled by default. Is the plugin in 1.4? If so, how do I enable it? Thanks for any help! |
Beta Was this translation helpful? Give feedback.
Answered by
OliverMadine
Sep 23, 2021
Replies: 1 comment 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
m4dc4p
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Currently, the plugin is disabled by default since it does not always perform complete renames in multi-component projects.
If you would like to enable it for use in a single-component project, then you would need to build HLS with the rename flag
(
cabal build --flag="+rename"
) and configure your editor to use the resulting executable.