question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enable picking relative files from quick open

See original GitHub issue

For example I have that structure

src/file1.ts
src/file2.ts
files.ts

Add specific logic for opening relative files just like from terminal.

Let’s say src/file1.ts is open and typing ./file2.ts in quickopen should open src/file2.ts

When user start typing . or .. it should list all files in this directoy only. or in parent dir respectevily

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:8
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
vscode-triage-botcommented, Nov 21, 2021

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

1reaction
vscode-triage-botcommented, Sep 20, 2021

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Read more comments on GitHub >

github_iconTop Results From Across the Web

File quick open should support relative paths (#53279) - GitHub
As it stands a user can only search for file names, not locations, so if a project has many of the same named...
Read more >
Relative File Path is not recognized by Python in VSCode
A quick solution to use relative paths can be to right click on the file, copy relative path and replace "" with "/"....
Read more >
Simple trick to work with relative paths in Python | by Mike Huls
In this article we'll check out a simple Python trick that allows us to refer to files relative to our project folder in...
Read more >
VS Code tips — Copy path and copy relative path - YouTube
Today's VS Code tip: copy path and copy relative pathRight click on a file in VS Code's explorer to copy the file's absolute...
Read more >
Relative Path - Visual Studio Marketplace
Press Ctrl+Shift+H (Mac: Cmd+Shift+H ) and start typing the file you want. The file you want will appear as you type. Select your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found