Reputation: 8042
Lets say I have project with following struct:
src/main.js
doc/some/deeply/nested/folder/struct/readme.md
and I want to open doc/some/deeply/nested/folder/struct/readme.md
can I open some kind of "console" and paste path to doc/some/deeply/nested/folder/struct/readme.md
hit enter and this file will be opened in VS code tab?
Upvotes: 0
Views: 25
Reputation: 28623
If you use Ctrl+P and type readme
that file should be in the short list
Upvotes: 1