Contextual Autocomplete

Issue #91 resolved
Yusuf Ismail repo owner created an issue

Introduce some kind of system that allows autocompletion contextual to the command being used.

E.g autocomplete enum names when the argument is an enum, etc

Comments (2)

  1. José Arias Coso

    Or define function that return a list of posible items when a parameter of define type is needed (passes as parameters the command and the other parameters)

  2. Yusuf Ismail reporter

    This is now finished for V2.6.0, including a user extensible system for suggestion sources and filters

  3. Log in to comment