You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a top-level splice then when you hover over it you get information about the generated code rather than the source program. I made a start at fixing this on a branch but got stuck working out how to mix together the splice expressions and the normal HieASTs information.
The plan for fixing this was:
Add a hook to capture the spliced expression before it is run (implemented)
Use this information in the GetHieFile rule in order to add information about the splice expression so it works with hover. (Where I am stuck)
If you have a top-level splice then when you hover over it you get information about the generated code rather than the source program. I made a start at fixing this on a branch but got stuck working out how to mix together the splice expressions and the normal HieASTs information.
The plan for fixing this was:
https://github.com/mpickering/ghcide/tree/wip/top-level-splices-hover
The text was updated successfully, but these errors were encountered: