The shortcut of `Replace with Next Value` conflicts with `Focus Breadcrumbs`
See original GitHub issueVersion: 1.64.0-insider (Universal) Commit: 23664355e61f3fb614932a5cb16613b4d987cfb7 Date: 2022-01-21T13:27:12.081Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Darwin arm64 20.6.0
The shortcut of Replace with Next Value
conflicts with Focus Breadcrumbs
. Both commands have the same shortcut Shift + Cmd + .
and their when
clauses are not mutually exclusive.
Steps to Reproduce:
- Type Shift + Cmd + .
- Breadcrumbs pops up.
Replace with Next Value
doesn’t work.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
How to find/replace in files using keyboard in vscode
Press Ctrl+Shift+1 to Replace current result & move to next -- BUT ONLY if the Search Sidebar has focus. If Editor has focus,...
Read more >Source code navigation | IntelliJ IDEA Documentation
Press Ctrl+Alt+Shift+Down / Ctrl+Alt+Shift+Up . · From the main menu, choose Navigate | Next / Previous Change. · Click a change marker, and...
Read more >when clause contexts | Visual Studio Code Extension API
Visual Studio Code sets various context keys and specific values depending on ... Above the built-in Start Debugging command has the keyboard shortcut...
Read more >CS50 2020 - Lecture 5 - Data Structures
... to find the next value · 0:13:21or add two find the next value after that. ... a shortcut, click at least once...
Read more >Examine and edit HTML — Firefox Source Docs documentation
The breadcrumbs bar has its own keyboard shortcuts. ... This allows you to search for specific elements without the conflict of ... Copy...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Understood, thanks for clarifying… It’s unfortunately not easy to find unused keyboard shortcuts… I am open for suggestions. Also know that you can unbind existing keybindings, e.g you can disable the one for breadcrumbs: https://code.visualstudio.com/docs/getstarted/keybindings#_removing-a-specific-key-binding-rule
I suggest
ctrl + alt + .
as the new keybinding.