Show best match to open file when not match found #202540
Open
Description
opened on Jan 15, 2024
Very often, when I have an error in ruby, I click twice to select the source of the file and the line number of the source of the problem to open in Visual Code. I hit "CTRL+P" to open the file and past what I copied.
This is how it goes:
Every time I paste, I have to delete the part after the number file:
/home/osboxes/w/pricing-update2/app/lib/scraper/sharp/plan_harness.rb:569:in
# I have to delete ":in"
/home/osboxes/w/pricing-update2/app/lib/scraper/sharp/plan_harness.rb:569
What I want is to have the best match of the file available to click and open when "No matching result is found". It could show "best match alternative".
Activity