phoityne / hdx4vsc

Haskell Debugger Extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=phoityne.phoityne-vscode
BSD 3-Clause "New" or "Revised" License
50 stars 9 forks source link

Hovering over variable with single quote doesn't show value #18

Open DarinM223 opened 2 years ago

DarinM223 commented 2 years ago

When I hover over a variable name like ll I get a tooltip showing the value of ll:

1

But after I rename ll to ll' and try to hover over ll', I get:

Not in scope: `ll'

even though ll' is in the GHCi Local section:

2

phoityne commented 2 years ago

Hi. This could be a bug. I'll check it. Thanks.