Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Custom IDE in Element Selection #385

Closed
gmirmand opened this issue May 14, 2024 · 2 comments · Fixed by #373
Closed

Support for Custom IDE in Element Selection #385

gmirmand opened this issue May 14, 2024 · 2 comments · Fixed by #373
Assignees
Labels

Comments

@gmirmand
Copy link

Hello,

First of all, thank you for the excellent work on vuejs/devtools-next. It's an incredibly valuable tool for the Vue.js community.

I am currently facing a 'issue' with the feature that allows selecting an element on the page and opening it directly in the IDE. By default, this feature opens the element in Visual Studio Code. However, my preferred IDE is WebStorm. When Visual Studio Code is uninstalled, the feature does not function, and attempting to open the element in WebStorm results in an error:

Could not open <file> in the editor.
The editor process exited with an error: spawn code ENOENT.

It would be helpful if there could be support for using default IDE for this feature

Thank you for considering this enhancement and for your continued excellent work on this essential tool !

@webfansplz
Copy link
Member

We'll ship launchEditor option in the next version, it'll allow users to configure the specified editor.

See #373

@gmirmand
Copy link
Author

Fabulous ! Thank you for the quick response and for adding the launchEditor option. Looking forward to the next version :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants