vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

Quickly open the closest parent component that can be opened in the editor. #2166

Open chenjiangui opened 6 months ago

chenjiangui commented 6 months ago

What problem does this feature solve?

During development, it is often necessary to navigate through multiple levels to reach the parent component in order to open the corresponding component in the editor. This process becomes inconvenient when dealing with deeply nested components. It would be helpful to have a feature that allows for quickly opening the nearest accessible component.