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

Find in files no go to next/previous match by keyboard #18674

Closed
BillDenton opened this issue Jan 17, 2017 · 2 comments
Closed

Find in files no go to next/previous match by keyboard #18674

BillDenton opened this issue Jan 17, 2017 · 2 comments
Assignees
Labels
search Search widget and operation issues

Comments

@BillDenton
Copy link

  • VSCode Version: Code 1.8.1 (ee428b0, 2016-12-19T14:49:23.350Z)
  • OS Version: Windows_NT ia32 6.1.7601
  • Extensions:
Extension Author Version
read-only-indicator alefragnani 0.4.0
alignment annsk 0.3.0
Doxygen bbenoist 1.0.0
python donjayamanne 0.5.6
EditorConfig EditorConfig 0.3.4
vscode-great-icons emmanuelbeziat 1.1.38
matlab Gimly81 0.4.0
status-bar-tasks GuardRex 0.1.2
vscode-dimmer hoovercj 2.1.0
docthis joelday 0.3.9
cpptools ms-vscode 0.9.3
vscode-clearcase OpenNingia 1.4.1
vscode-icons robertohuertasm 7.0.1
theme-cyanicpastels SamuelLampa 0.0.9
indenticator SirTori 0.2.1
vscode-hexdump slevesque 1.1.4
code-spell-checker streetsidesoftware 0.14.6
comment-snippets Tobiah 0.2.0
dark-plus-material vangware 0.1.4
change-case wmaurer 1.0.0
highlight-trailing-white-spaces ybaumes 0.0.2

Steps to Reproduce:

  1. Ctrl+shift+f enter search string, etc.
  2. Get a list of matches.
  3. Select one of them.
  4. How to get to the next/previous only using the keyboard?
@mjbvz mjbvz added the search Search widget and operation issues label Jan 17, 2017
@mjbvz
Copy link
Contributor

mjbvz commented Jan 17, 2017

I believe that @roblourens just added this feature. You can try it out in insiders builds using f4 and f4shift

The commands for keybindings are:
search.action.focusNextSearchResult
search.action.focusPreviousSearchResult

@mjbvz mjbvz closed this as completed Jan 17, 2017
@BillDenton
Copy link
Author

Thanks. I've confirmed it works the preview build. Will check in release when it arrives. I note that there is a clash with the C++extension (see #18679).

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
search Search widget and operation issues
Projects
None yet
Development

No branches or pull requests

3 participants