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
@arpitbbhayani@JyotinderSingh Folks, I’m working on this issue to enable multi-level autocomplete for commands, as right now it only supports single-level. I’ve been researching possible solutions—do you think it’s best to integrate a library for this, or should we build a custom autocomplete, similar to what we’re currently using for single-level commands?
@Dhroov7 , if we can leverage a lightweight library, that would be great! Please share your research, maybe we can make an informed decision based on it!
if nothing fits, we can always do it from scratch to our needs
Suggestions work for 1 level commands like GET, SET etc, but for multi-level commands like COMMAND LIST, COMMAND INFO etc, we do not have suggestions.
We should add support for this use case, to be consistent and also make those commands discoverable/auto-complete friendly
The text was updated successfully, but these errors were encountered: