haskell / haskell/haskell-language-server
Prompt for renaming operators has the wrong initial text
Open
component: hls-rename-plugin
type: bug
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
If I try to rename %:
```
(%) (a,b) = a+b
```
The prompt starts with `a`, but it should start with `%`.
I am using HLS 1.8 from ghcup
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.