intellij-haskell icon indicating copy to clipboard operation
intellij-haskell copied to clipboard

Function clauses should be detected as occurrences

Open develop7 opened this issue 6 years ago • 2 comments

Repro:

  1. Clone https://github.com/serokell/github-ops-access, prepare it with stack build, import project
  2. Position caret to _oaInstallation on https://github.com/serokell/github-ops-access/blob/test/webhook/Main.hs#L57

Expected: other _oaInstallation entries in L56 and L42 are highlighted as occurrences

Instead: they are not

develop7 avatar Dec 13 '18 15:12 develop7

That is a shortcoming/bug of intero.

https://github.com/commercialhaskell/intero/issues/369

rikvdkleij avatar Dec 13 '18 15:12 rikvdkleij

Could be "manual" fixed when parser is improved. cc @ice1000

rikvdkleij avatar Jul 07 '19 18:07 rikvdkleij