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

Feature Request - File Path Auto Complete #24

Open
mogwai opened this issue May 23, 2017 · 6 comments
Open

Feature Request - File Path Auto Complete #24

mogwai opened this issue May 23, 2017 · 6 comments

Comments

@mogwai
Copy link

mogwai commented May 23, 2017

Would it be possible to add a path/file complete or suggestion of the search? Could be similar to the current cmd+P (Mac) shortcut that allows for searching files within the workspace.

Perhaps even a Tab tab auto complete to meet the nearest matched name.

screen shot 2017-05-23 at 10 21 34

@dkundel
Copy link
Owner

dkundel commented May 30, 2017

Hi @lengk!

Unfortunately does the InputBox not support autocomplete yet. We could use a QuickPick box instead but that would mean we would have to "hack" it because we need to supply the list of available options right from the beginning. The only way we could do that is by first recursively inspecting the whole tree before showing the QuickPick box.

I would really love to have auto complete though. It has been a frequently requested feature.

Cheers,
Dominik

@denysdovhan
Copy link

denysdovhan commented Jun 26, 2017

@dkundel is @microsoft's vscode team aware of this trouble?

@dkundel
Copy link
Owner

dkundel commented Jun 27, 2017

Jep there have been multiple issues before if I recall correctly.

@dkundel
Copy link
Owner

dkundel commented Jun 27, 2017

Here are two examples: microsoft/vscode#23633, microsoft/vscode#15659

@hongbin0908
Copy link

+1

@inwardmovement
Copy link

Are there any news about path autocompletion?

@mogwai mogwai closed this as completed Oct 12, 2020
@mogwai mogwai reopened this Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants