Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced autocomplete #96

Open
dantleech opened this issue Sep 18, 2014 · 2 comments
Open

Enhanced autocomplete #96

dantleech opened this issue Sep 18, 2014 · 2 comments
Milestone

Comments

@dantleech
Copy link
Member

The current autocomplete supports command names, node names and properties.

It does not:

  • Support deep path completion, i.e. foo/bar/ar<tab>
  • File path completion (think session:import / session:export)
  • Command option completion.

This is because I cannot retrieve the full line to be completed from the shell, e.g.

$res = readline_info();
var_dump($res['line_buffer']); // ""

It should return the current line. This doesn't even work in the Symfony shell.

@dantleech dantleech added this to the v1.0 milestone Dec 8, 2014
@dantleech
Copy link
Member Author

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.

@dantleech
Copy link
Member Author

This is improved with #126 however we still lack full path, filename and option completion

@dantleech dantleech changed the title Better autocomplete Enhanced autocomplete Dec 22, 2014
@dantleech dantleech modified the milestones: v1.1, v1.0 Dec 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant