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

Improve devtools DX #2071

Open ThinhVu opened 1 year ago

ThinhVu commented 1 year ago

What problem does this feature solve?

https://github.com/vuejs/devtools/assets/8122962/ebd5242b-018f-43e8-b718-2c343b0a7276

There are some changes that may help to improve Vue Devtools DX.

  1. (skip - I just explored the Collapse Top Pan button) // Hide the Apps section by default or provide an option to hide it. Almost Vue projects have only 1 app so it's better to hide this section.

  2. Inconsistent text (the menu item is "Devtools plugins" but the tab title show "Plugins setting", I get confused for a few minutes because of it).

  3. Provide a menu item to go back to the Component inspector. At the moment, I need to repeatedly click to <- button.