Ideas & Suggestions #111
Replies: 42 comments 42 replies
|
@webfansplz Great little tool! My one nice to have would be to have the devtools bar aligned either top, left, right or bottom. As currently it cuts over some important UI/UX. Other than that, really cool! |
|
|
|
I would love to see the Tanstack Query/Vue Query tab integrated inside the new Vue DevTools. I think in the "old/current" DevTools it was automatically detected and supported. |
|
Is there a way to avoid it activating a button/link when trying to access the component data of that element? |
|
Is there a way to see Component Events? |
|
Maybe make the Dark/Light setting ("Settings/Appearance") not "dark" by default. It took quite some time to understand where the "dark" class in my root element comes from. My suggestion: "None (or OS?), Light, Dark" with "None" as default |
|
it would be nice to have a filter on Component Tab to filter props, computed, etc by a string |
|
A way to (always or easily) open it in a new window. Our scenario has us use the tool in a very constrained space (addin to an application). What works is using And the normal floating panel isn't very useful when using the separate devtool window, maybe automatically hiding it could be good. Though not really necessary, the setting works tool. Stand alone with |
|
Sometimes I would like to interact with a component in the developer console, calling methods and updating properties. It would be great if clicking on a component in the "Components" tab would store a reference to the component instance in a global variable like (I guess it would be great to allow console commands directly within the Vue Devtools pane itself, especially useful on mobile devices without a console, but I can also see that getting quite complex if you wanted autocomplete etc., so the request above is a lot simpler to implement.) |
|
A small Although the syntax of Vue3 hasn’t undergone significant changes, there are still some functional improvements (such as new features) between minor versions. We can write a simple codemod tool to help users easily migrate their syntax. For example, Vue3.4 introduced a new feature At the same time, this tool will also evolve with the iterations of Vue, presenting the new features of the latest Vue version to users in a more intuitive way. |
|
Would be really nice if there was a way to enable it to run in 'prod'/'build' mode. This may be very challenging or a non-starter because of the dependency on vite dev server, but with the old/current vue devtools browser plugin you can make it run on prod with some console commands and this can be extremely valuable |
|
Is it possible to display the relative path of the file when hovering on open in editor? |
|
Could we display the current value of the router history? It would be useful for debugging when dealing with issues where modifying the history doesn't work as expected, such as when implementing back/forward behavior. |
|
In the previous version, you could toggle highlights on DOM elements as they (re)rendered, which was quite useful for debugging. This feature allowed you to see if a certain reactivity was updating more than one element, such as a list of items that should only update a single item when something changes, rather than all the items. I can't seem to find this toggle in the new devtools. Is it still available, or is it something that's planned for future updates? |
|
Please consider removing the "Welcome to the new version..." screen soon. When using incognito mode, the screen gets shown everytime on new browser contexts, which adds up to a lot of unnecessary extra clicks needed to actually use the tool. |
|
Could we re-enable travelling the component tree with the use of arrow buttons again? This was very usefull with navigating through some nested components :) |
|
Is it possible to track all api calls by components (for example on page load) / sort by same call path etc ? |
|
https://github.com/varHarrie/vite-plugin-vue-inspector-plus I make an extension for vue devtools, which can quickly view the component hierarchy relationship of the target element and quickly open the component code file through combo key and mouse click. This is very helpful for development and I hope it can be integrated into the official function. |
|
In the components tab, I would like to be able to navigate through the components with up/down keyboard arrows, and expand/collapse the tree of components with the left/right arrow keys. Maybe also every time that a route is visited, automatically expand the tree up to the route's component, so its already selected and ready to be explored on the right panel. Thanks! |
|
Not sure if this is an inspector issues or Vue Devtools issue but is there a way to trigger inspector while dialog window is open? |
|
I always go directly to "Components" after clicking the Vue tab in Dev Tools. For me, it would save a click if there was a setting to specify what the initial screen should be (instead of always opening with the overview, even when the overview has been disabled in Settings). |
|
Would it be possible to provide an iife version to the npm repository ? |
|
Can you consider supporting MCP, so that the cursor can make development more smooth? |
|
Would you consider adding a new panel to track a11y issues? |
|
I am playing around with custom inspectors. Mainly to interact with SSE and simulating my events during development. Anyhow it would be great to manipulate the nodeActions of an inspector depending on the selected node. For example selecting node "A" would display actions "Simulate Order" and "Simulate Cancellation". Selecting node "B" would display action "Simulate filling shopping cart". I already see that this would break up API as well as the communication layer because getInspectorState should be able to send new nodeActions if needed. What do you think about it? |
|
Please release v7 on Edge extensions store. Chrome store Blocked by GFW. |
|
Can you consider adding a panel for Tanstack Form? Would love to contribute if its something more people would find interesting. |
|
Add support for custom keyboard shortcuts to avoid conflicts with other apps or extensions. |







Uh oh!
There was an error while loading. Please reload this page.
Any ideas & suggestions always welcome 👇
All reactions