Replies: 52 comments 79 replies
-
Component Renderer
Usecase: |
Beta Was this translation helpful? Give feedback.
-
API Playground A swagger-style API playground would be great. This is something that the Python framework FastAPI has implemented and the Python community has been super drawn by it. I think it would be a great addition to Nuxt for:
Here's what a swagger API playground would look like (taken from https://fastapi.tiangolo.com/features/) Here's a prior issue on this from nitro: nitrojs/nitro#4 Thanks for these devtools, they are already great! 🦃 |
Beta Was this translation helpful? Give feedback.
-
Profiler & Rerender highlighter Just like the react devtools a functionality to record actions and see how much of a performance impact it has. See when components get mounted/unmounted etc so you know that component can be more optimized. I don't know if this is possible.. |
Beta Was this translation helpful? Give feedback.
-
Built-in logger! Context: nuxt/nuxt#18701 @danielroe did you by any chance start working on this? Thought I may have seen a related tweet 🤔 |
Beta Was this translation helpful? Give feedback.
-
Firstly .. this tool is amazing! In terms of DX, it would be great if:
|
Beta Was this translation helpful? Give feedback.
-
About dock sideAdd a feature for |
Beta Was this translation helpful? Give feedback.
-
Thanks to this powerful tool, our development experience has been further improved! How about add static resource analysis? Usage like It can achieve the following these:
The above suggestions are all referenced by images. |
Beta Was this translation helpful? Give feedback.
-
As a user, I would like to access nuxt docs within the dev tools without context switching between tabs to search through docs or maybe a more elegant way to be contained within the dev tools view. I appreciate this powerful tool and all the hard work! 💚 |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Runtime Config inspection would be awesome, but being able to edit the values in runtime would be even more awesome. I showcased this in a demo recently: https://github.com/gangsthub/nuxt-module-example-custom-devtools/ But the problem is that I couldn't make it work without changing how you access the values in the code. |
Beta Was this translation helpful? Give feedback.
-
What about having also a requests interceptor? (using msw.js or similar) Or maybe it's an opportunity for a separate module that integrates with the Nuxt DevTools. |
Beta Was this translation helpful? Give feedback.
-
Record the browser activity and generate appropriate test files. |
Beta Was this translation helpful? Give feedback.
-
Examine ProjectAs a user, I would like dev tools to examine the project to try to look for best practices and ways to improve my experience. This one might be a little bit more tricky, I think this would useful. Showing ways to better improve the app in general and in performance. The only problem is trying to figure out what's right. Example
OptionsThe standard is set based on what version of nuxt so then make it easier when people upgrade they can see where functions are deprecated or there is better alternatives.
ConclusionThe goal is to show how do best practices, optimize code/quality and performance. This could help people greatly especially for beginners and just old projects migrating to the newer standards of nuxt. |
Beta Was this translation helpful? Give feedback.
-
It would be nice if here can filter with folders. |
Beta Was this translation helpful? Give feedback.
-
Inspect/modify storage The hardest part of working with the storage layer of Nitro is that it's hard to know what's actually in there. A visual editor of some sort would be fantastic. |
Beta Was this translation helpful? Give feedback.
-
When adding a module, the list is currently ordered alphabetically.
I wouldn't want real-time data, as that would require a lot of requests. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Inspect Provide and Inject I want to be able to see Where my provides are. Inspect them (probably modify them as well) and see where are they being injected and if they are. |
Beta Was this translation helpful? Give feedback.
-
Server Logs, Events, Requests etc. It would be great to have the ability to track the server parameters like generated logs, executed SQL queries, HTTP requests, cloud function execution statistics, etc. I think it would be helpful if the server could send special data to the client and the data will be displayed in the devtools. Thank you |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'd like to track performance of rendering/loading more effectively. Currently we have, load/rendering took X seconds, and server-side rendering (SSR) took X seconds as well. I'm thinking of the following:
I'm probably missing other performance metrics. |
Beta Was this translation helpful? Give feedback.
-
A view for linter output would be nice too. |
Beta Was this translation helpful? Give feedback.
-
Does anyone know if there is a way to track the state over time? If this isn't a feature already this is would be super helpful to have as a feature. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I think it would be nice to see a vee-validate integration. I saw where Pinia was added recently. Having the stuff from vee-validate in DevTools would be nice too. |
Beta Was this translation helpful? Give feedback.
-
Next to the integration with VSCode i would love an integration with Webstorm/Jetbrains IDEs. Me (and a lot of other people) are exclusively working inside of the Jetbrains IDEs |
Beta Was this translation helpful? Give feedback.
-
Could we have an option for the devTools modal to have a drop shadow? |
Beta Was this translation helpful? Give feedback.
-
DevTools 有在新的浏览器标签页打开的方式吗?(不在我的页面显示按钮打开,类似 UnoCSS 在 Vite 上那样) |
Beta Was this translation helpful? Give feedback.
-
Are we able to configure UI settings locally ? Because every time I start a new Nuxt project, I find myself tweaking the same DevTools settings (check "Close DevTools when clicking outside", check "Expand Sidebar", check "Scrollable sidebar", etc). Maybe I missed something, but is there a way to configure default ui settings this way in
or maybe this way, locally via
|
Beta Was this translation helpful? Give feedback.
-
Seeing storybooks component mounting and testing using vitest makes me wonder about the ability to have the devtools components panel enhanced to allow mounting of a component with editable props. Pages devtools panel could even use route params/query in addition to props. |
Beta Was this translation helpful? Give feedback.
-
If you have any ideas/requests for features builtin into Nuxt DevTools, feel free to brainstorm your ideas below! 🙌
Beta Was this translation helpful? Give feedback.
All reactions