Allow command selection in CL command entry - #16
Conversation
Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
|
Oh my. What a great idea |
|
You revealed something in your PR, library list resolution is connection-config-based and so if CL Prompter is using its own job, then the currentLIbrary and libraryList of |
|
Thanks @bobcozzi ! |
|
What i did was move your's to a new PR 17 and merge it because I had to modify your use of connection.getConfig so it would use the library list from the correct job since we can be using a distinct job. So I implemented that in PR17 and combined it with your stuff, then merged PR17. I know. this git stuff is all greek to me still--but I'm working on it. |
This PR adds command selection in the Command Entry view.
It allows to search for a command the same way it's done in 5250: type the beginning of a command name +
*and press enter.It will open a QuickPick menu listing all the commands found in the library list or in the command's library if the command name was qualified.
Screen.Recording.2026-09-10.at.15.39.27.mov
All in all, it's very similar to how it works in 5250 😄