nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.85k stars 153 forks source link

feat: component graph node name toogle #694

Open sev-b opened 1 month ago

sev-b commented 1 month ago

🆒 Your use case

Currently the names of all nodes in the component graph view are just the file names image whereas in the list view both the actual component name and relative file path are clear image

especially when using index.vue files with nested routes this makes the graph view very confusing in bigger projects

🆕 The solution you'd like

I think the best solution would be a way to toggle whether the graph nodes should reflect the component names or the file names.

🔍 Alternatives you've considered

No response

ℹī¸ Additional info

No response