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

[Suggestions] Possible new features #48

Closed
pingshunhuangalex opened this issue Mar 24, 2018 · 2 comments
Closed

[Suggestions] Possible new features #48

pingshunhuangalex opened this issue Mar 24, 2018 · 2 comments

Comments

@pingshunhuangalex
Copy link

  1. Combine new file feature with open file feature, open files if the path exists
  2. Path Autocomplete (I know it's been requested many times, https://github.com/patbenatar/vscode-advanced-new-file)
  3. Support all directories, not just from a project (e.g. if I type ~/test/, it should also work)
  4. display file icons in autocomplete
    image
@dkundel
Copy link
Owner

dkundel commented Mar 25, 2018

Hi @pingshunhuangalex!

Thanks for the suggestions. Let me address them separately:

  1. That's already happening. If you type in a path that exists it will open it.
  2. The other extension is essentially doing a hack that I'm not too fond of. I'm happy to accept pull requests if someone really wants to add this using this hack. I am tracking some issues listed in Feature Request - File Path Auto Complete #24 that request to add quick pick options to the InputBox. This seems more reasonable than a two step process.
  3. This works as well already
  4. VS Code has a very limited API so at the moment this is not possible. Sorry.

@pingshunhuangalex
Copy link
Author

Thanks for the answer @dkundel

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

2 participants