Keep arguments displayed as command arguments are input

Issue #90 resolved
Yusuf Ismail repo owner created an issue

Instead of hiding the pop-up, keep it up only showing the arguments (in the grayed out fields) that have not yet been input

Original request

“Any reason to not stop to show second and third paramaters name when I begin to write the first ? For example, the command "command Arg1 Arg2 Arg3" when I begin Arg1 "command 1" doesn't show in gray Arg2 Arg3 "command 1 Arg2 Arg3".
Is It related to argument parsing ?

Comments (2)

  1. Yusuf Ismail reporter
    • changed status to open

    Been playing around with this a bit. Should be doable

    Right now it's pretty trivial to keep the popup display open as you type in the command arguments (which is better than it is now, really) but having the suggestion (i.e the inline suggestion) also follow suit is a bit more challenging

    Nothing impossible but requires refactoring some of the code and then making it dynamically adjust which arguments (and generics) to show, which would require further refactoring as it currently uses a static signature provided by the command

  2. Log in to comment