Be able to see more than the path's filename in the preview title #1330
mangelozzi
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
And just to confirm, while looking into this I see the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes when I use the fuzzy line search, which is awesome, due to the vertical sliced architecture of django app design, where you have the same name files inside each app, e.g.:
Which means one might have a lot of matches in files all names
views.py
, which does not mean too much. To be able to seepolls/views.py
means a lot more than justviews.py
. Does anyone else encounter that issue?Here you can see I tried the horizontal split to hopefully see more of the file path in the picker, but it still shows (understandabley so) the filename (`views.py):

Under preview I could not see any options for how paths are shown in their title:
Not a big thing, just wondering if anyone else has encountered this or maybe it's just me.
Beta Was this translation helpful? Give feedback.
All reactions