-
Notifications
You must be signed in to change notification settings - Fork 82
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
Feature: all editors support #82
base: main
Are you sure you want to change the base?
Feature: all editors support #82
Conversation
|
This is exactly what I've been hunting for. I'm trying to find a way to support opening files with vscode and remote ssh, it's protcol should look like |
Another problem that it solves is that JetBrains IDEs may use slightly different web protocols in different versions and OS, this way you can specify your template. |
Is |
I have published a fork which includes this PR https://github.com/alexgorbatchev/click-to-component-next |
You can understand it this way: the URL rules of the two IDEs are the same, only the names are different. |
For
|
Added support for Webstom and all other editors that support web protocols