Wakan Tanka
Wakan Tanka

Reputation: 8042

open project's file by typing its relative path

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

Answers (1)

rioV8
rioV8

Reputation: 28623

If you use Ctrl+P and type readme that file should be in the short list

Upvotes: 1

Related Questions