Open dantleech opened 10 years ago
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.
This is improved with #126 however we still lack full path, filename and option completion
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.