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
Note we currenrlty only support auto-completion of paths.
I wonder how possible it is to autocomplete command names, options, arguments and, if the option/argument is path or destPath, auto complete paths as well.
At the very least the path auto-completion could be better as it currently only supports completing a single name.
The current autocomplete supports command names, node names and properties.
It does not:
foo/bar/ar<tab>
session:import
/session:export
)This is because I cannot retrieve the full line to be completed from the shell, e.g.
It should return the current line. This doesn't even work in the Symfony shell.
The text was updated successfully, but these errors were encountered: