Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow disable of recent history in "go to file" command #30770

Closed
frostius opened this issue Jul 15, 2017 · 10 comments
Closed

Allow disable of recent history in "go to file" command #30770

frostius opened this issue Jul 15, 2017 · 10 comments
Assignees
Labels
feature-request Request for new features or functionality quick-pick Quick-pick widget issues verification-needed Verification of issue is requested verified Verification succeeded

Comments

@frostius
Copy link

I'd like the ability to disable showing the "recent history" portion of the file list in the go to file command, or at least collapsed so I don't have to visually scan to find the files list.

For me, it quickly becomes both noisey (lots of false matches that I have to visually skip) and incorrect (debugger files, old files, etc).

I find myself clearing the history multiple times daily to limit the noise. The pattern matching as currently implemented is great, quickly gets me a short list of matching files, and the "recent" list just adds noise.

@vscodebot vscodebot bot added the workbench label Jul 15, 2017
@bpasero bpasero added feature-request Request for new features or functionality quick-pick Quick-pick widget issues labels Jul 16, 2017
@bpasero bpasero removed their assignment Jul 16, 2017
@bpasero bpasero removed the workbench label Nov 16, 2017
@bpasero bpasero changed the title allow disable of recent history in "go to file" command Allow disable of recent history in "go to file" command Nov 17, 2017
@karlhorky
Copy link

I suppose there hasn't been any update on this one in the meantime, right? Tried searching a bit, but didn't see anything that could be a solution yet...

@ensky
Copy link

ensky commented May 17, 2018

+1, really annoying

@ryanaltvater
Copy link

+1

Really hoping for an update to this. Slows down the workflow of wanting to search current project files, but other projects' files (Recently Opened) are listed first (some times with the same names as files you're looking for in the current project).

@counterlogik
Copy link

+1, having major issues as I have to folders for a current project one for dev efforts and one for technical debt and constantly keep opening the wrong version of a file due to this feature

@utilityboy
Copy link

utilityboy commented Sep 5, 2018

All, out of curiosity, would something like this help to mitigate some of the issues? #49840

My suspicion is that if the search preserved the last entry when it's opened, expressly for the purpose of modification, you could quickly navigate (esp for javascript devs).

@drunksheep
Copy link

+1 also.
Can be really counterproductive.

@twig
Copy link

twig commented Sep 13, 2018

+1 i keep going to the wrong files because of this due to similar filenames under different folders (main.html, component.jsx, style.scss, etc)

@bpasero
Copy link
Member

bpasero commented Sep 13, 2018

I added a new setting search.quickOpen.includeHistory to control this. Default is true.

@bpasero bpasero closed this as completed Sep 13, 2018
@bpasero bpasero added this to the September 2018 milestone Sep 13, 2018
@bpasero bpasero self-assigned this Sep 13, 2018
@bpasero bpasero added the verification-needed Verification of issue is requested label Sep 13, 2018
bpasero added a commit that referenced this issue Sep 13, 2018
@bpasero
Copy link
Member

bpasero commented Sep 24, 2018

Verify: if search.quickOpen.includeHistory is configured, typing into Cmd+P will not show any results from the "recently opened" bucket. The list of recently opened is still shown when initially opening quick open or having no search at all.

@utilityboy
Copy link

This will be a nice companion to this feature as well: #55752

@mjbvz mjbvz added the verified Verification succeeded label Sep 25, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality quick-pick Quick-pick widget issues verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

10 participants