bodil / vscode-file-browser

https://marketplace.visualstudio.com/items?itemName=bodil.file-browser
GNU Lesser General Public License v3.0
86 stars 22 forks source link

"Open folder..." feature? #46

Open powd opened 1 year ago

powd commented 1 year ago

Navigation with this extension is really awesome!

However, wouldn't it be even cooler if there was a possibility to implement the "Open folder..." feature?

For me, opening folders is much more frequent than opening single files (with the latter being done only if they're outside the currently opened project). Of course, there's the "Open recent..." command, but it often happens that I want to examine something fast by cloning it and immediately opening it in VSCode.

What do you think?

goyalyashpal commented 1 year ago

there is already option - the folder's submenu appear on pressing ctrl-a on the folder

https://github.com/bodil/vscode-file-browser/blob/f176a6fe27be4080bf73b10dba66a03bd738f23a/README.md?plain=1#L20-L21

image

goyalyashpal commented 1 year ago

Hey, If the above solves your problem or you no longer have this problem, then can you close this issue 😇

goyalyashpal commented 1 year ago

@powd ping