haystackeditor / haystack-editor

Other
823 stars 32 forks source link

`showHover` action doesn't work #14

Closed JJ-Atkinson closed 3 weeks ago

JJ-Atkinson commented 4 weeks ago

Does this issue occur when all extensions are disabled?: Yes/No

Steps to Reproduce:

Normal behavior

  1. Hover your mouse over a symbol
  2. Wait for documention to popup
  3. This action can be manually invoked with editor.action.showHover and bound to a shortcut

New behavior

  1. Hover your mouse over a symbol
  2. Popup shows as expected
  3. Invoke the showHover keybinding, and nothing appears
AkshaySG14 commented 4 weeks ago

Is this specifically in a symbol view i.e. when you don't view the whole file?

JJ-Atkinson commented 3 weeks ago

... apparently, yes! I didn't notice that until now.

AkshaySG14 commented 3 weeks ago

This should be fixed in the latest version of Haystack on the website!