-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
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, |
@dkundel is @microsoft's vscode team aware of this trouble? |
Jep there have been multiple issues before if I recall correctly. |
Here are two examples: microsoft/vscode#23633, microsoft/vscode#15659 |
+1 |
Are there any news about path autocompletion? |
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.
The text was updated successfully, but these errors were encountered: