Debug Hover: Allow keyboard to search through properties #127716
Closed
Description
opened on Jun 30, 2021
When hovering over an object (while the breakpoint is triggered) you can get a list of properties. Sometimes that list is very long. Is it possible to have a similar experience to the Explorer (in the side bar), where typing a letter moves the focus to that property?
For example in the gif below i would expect to type "me" and be taken down to "memoizedProps"
When the hover has focus the keyboard doesn't change content in the editor anyway so this should be safe to add without changing people's workflow.
Activity