I came from Sublime to Visual Studio Code and I\'m looking for the history of searches in the Visual Code , what was in the Sublime with -
Alt+Up: Shows the previous term in history
Alt+Down: Shows the next term in history
(Visual Studio Code version I'm using is 1.10.2)
definitely it should be accessible by UI. Although the minimalistic UI is the best of VSC
you can navigate search recent history by Alt+up/donw
There is currently no search history in Visual Studio Code. But it's part of the September milestones as you can see here: https://github.com/Microsoft/vscode/issues/5508 So the feature will probably be shipped in October 2016.
It's Up and Down in the search edit box. It used to be that you had to use alt, but later they added just the arrow keys by themselves. The keyboard shortcut is customizable under history.showPrevious and history.showNext