kenhowardpdx / vscode-gist

vscode extension for quick gists
MIT License
177 stars 17 forks source link

add option to search and open specific file #109

Open zsytssk opened 5 years ago

zsytssk commented 5 years ago

This is a

Description

can list all file just like quick open, show item like "file.ext gistName";

kenhowardpdx commented 5 years ago

What would you like the command to be? "Open Single File"?

I believe the behavior could be achieved in a similar way to how maxFiles works. If you were to configure your maxFiles to 1 then this would be the default behavior for Open Gist.

I like this idea but wonder if a file navigator would be the right solve. This feature, however, is much easier to implement.

I'll consider it. Thank you for your request.

zsytssk commented 5 years ago

I think this feature just like vscode [ctrl+p] search local file. command like 'find file in gist' would be nice. file list show gistName/fileName.