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
Currently, completion directives that used through struct tags are restricted to a few ones.
Two sorts of enhancements could be thought of:
Enable users to declare custom completer functions through tags, and then to bind those
functions (implemented elsewhere) through the carapace engine.
Since the carapace-bin repository declares litteraly hundreds of system completers,
we should find a way to enable using them through struct tags. Probably just need
to declare a map somewhere with all the relevant ones.
The text was updated successfully, but these errors were encountered:
Currently, completion directives that used through struct tags are restricted to a few ones.
Two sorts of enhancements could be thought of:
functions (implemented elsewhere) through the
carapace
engine.carapace-bin
repository declares litteraly hundreds of system completers,we should find a way to enable using them through struct tags. Probably just need
to declare a map somewhere with all the relevant ones.
The text was updated successfully, but these errors were encountered: