vuejs / devtools-next

The next iteration of Vue DevTools
https://devtools-next.vuejs.org/
MIT License
1.21k stars 84 forks source link

launchEditor URI-option #414

Open bobvandevijver opened 1 month ago

bobvandevijver commented 1 month ago

Release 7.2.0 added the launchEditor option, but it doesn't work for my webstorm based environment because webstorm is not registered as global application (as it is managed by the JetBrains toolbox).

Luckily, Jetbrains does provide a URI-scheme that can be used to open a file directly, this looks like the following for webstorm.

jetbrains://web-storm/navigate/reference?project=&path=

Would it be possible to support this?

alexzhang1030 commented 1 month ago

We use vite-plugin-vue-inspector as our launchEditor feature backend, PRs are welcome.