Hey Rafael!
I think you can do this in a subtle way:
extend SimpleTokenCompleter
@Inject ShellPrintWriter writer;
writer.renderColor(ShellColor.WHITE, "CANDIDATE3");
Return candidates in the order in which you want them displayed.
But we could certainly improve this experience, I think!
Let me know if this works?
Hey Rafael!
I think you can do this in a subtle way:
extend SimpleTokenCompleter
@Inject ShellPrintWriter writer;
writer.renderColor(ShellColor.WHITE, "CANDIDATE3");
Return candidates in the order in which you want them displayed.
But we could certainly improve this experience, I think!
Let me know if this works?