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

Tab auto-completion feature #158

Open
woojung3 opened this issue Dec 7, 2021 · 1 comment
Open

Tab auto-completion feature #158

woojung3 opened this issue Dec 7, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@woojung3
Copy link

woojung3 commented Dec 7, 2021

Can you add tab auto-completion feature to terminal.cpp, Term:prompt?

If one wants a tab auto-completion, the only possible way is copying terminal.cpp codes and add "case Key::TAB:" by oneself.
It would be nice if tab auto-completion is provided by default in prompt sample code.

@MCWertGaming
Copy link
Collaborator

That's a nice idea. The prompt is mainly used by the lfortran compiler, which might have this already implemented. @certik can you port it from lfortran, or do we need to make a new implementation for that?

@MCWertGaming MCWertGaming added the enhancement New feature or request label Dec 7, 2021
@MCWertGaming MCWertGaming added this to To do in CPP-Terminal via automation Dec 7, 2021
@MCWertGaming MCWertGaming added this to the V1.X.X milestone Dec 7, 2021
@MCWertGaming MCWertGaming moved this from To do to Bugs in CPP-Terminal May 20, 2022
@MCWertGaming MCWertGaming moved this from Bugs to To do in CPP-Terminal May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

3 participants