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
I also had this idea, I agree with you that it's very desirable! I also want to implement something similar for another project, so I will probably do a general widget in the end. :)
There are several issues from the UX point of view. Normal right/left arrows are currently used to move the cursor in the completion bar, I don't think we want to change that.
A solution would be to use alt+arrow, since we know we are not on a module.
I have an idea to implement the mouse thing, but it needs investigation (and probably some lambda-term patching).
I'd love to be able to jump to sub-types definitions, eg:
then I'd like to have a way (right arrow ?) to highlight
module_declaration
, and then validate (enter ?) to get directly toTypes.module_declaration
:And I could go on to Parsetree.attributes, etc...
It's just interface really, we already have the implementation for the lookup :)
Bonus points for doing it with the mouse so that it starts to really feel like a browser ;)
The text was updated successfully, but these errors were encountered: