I've been using Vim for a while now and I'm trying out Visual Studio Code. One thing I have been missing a lot is the ability to navigate between files in the way that vim-vinegar enables.
Using this plugin in Vim, I can press -
and be taken into a file browser, starting in the directory that the current file is in. Selecting a file opens it, and pressing -
again traverses up a directory level.
Is there anything like this for VS Code?
I think this can mostly be achieved by using breadcrumbs. Here's some configuration that gets things pretty close.