Severity: P1 — UX collision
Ctrl+Shift+F is bound to:
- Global search (app-level), and
- Monaco's built-in editor format-document (when focus is inside the editor)
When focus is in the editor, you can't reach global search via this binding without leaving the editor first. When focus is outside the editor, Monaco's binding is irrelevant.
Fix
Pick a different binding for one of them. A modern answer is a Ctrl+K-style command palette that absorbs the search action — see issue #11 for the unwired DataGrip Shift Shift global search, which would be a natural place to centralize this.
Source: audit/app-bugs.md item #4.
Severity: P1 — UX collision
Ctrl+Shift+Fis bound to:When focus is in the editor, you can't reach global search via this binding without leaving the editor first. When focus is outside the editor, Monaco's binding is irrelevant.
Fix
Pick a different binding for one of them. A modern answer is a
Ctrl+K-style command palette that absorbs the search action — see issue #11 for the unwired DataGripShift Shiftglobal search, which would be a natural place to centralize this.Source:
audit/app-bugs.mditem #4.