-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
clone option to directly clone into Jetbrains IDEs #22149
Comments
See #21123 for similar request. If these are additional URL protocols, they could be supported via either server- or per-user configuration, I suppose. But we can't really add every editor in existance to that dropdown. |
I think a config approach would be ideal because, even to note from your screenshot, JetBrains has way more IDEs than that. 😅 |
Yeah I could see a user config section like "My Editors" where users could define URL protocol and a name for each of their editors. Maybe also an image (ideally SVG only). |
Ah, I was thinking instance config, but user config could also be interesting. It would mean users could have whatever they want. |
Per-server would of course be easier to implement and likely sufficient initially. But ultimately it is a user preference, I think. Server-side config has the benefit that it will work for logged-out users as well. With this feature, we could also support online editors like GitPod, I suppose. |
just for reference: |
Reference for cloning to JetBrains IntelliJ (aka Idea) (just for reference sake) |
This one is used for Visual Studio!? check button right here on gh 😉 git-client://clone?repo= |
Let's move this discussion to #21121 so we have only 1 issue for the same topic. |
Feature Description
It would be nice to have a button like the "clone to VS Code" button for the IDEs made by JetBrains. GitLab already has a feature to clone a project to IntelliJ, so it is possible, furthermore I have already made a JavaScript to add these buttons in the browser (as seen in the screenshots section) and they work. Nonetheless, I think this (properly implemented) would be a useful feature for many.
Why?
It would make it much easier to clone them, you basically just have to enter the directory you want to clone it to in the presenting dialogue.
Best Regards.
Screenshots
The text was updated successfully, but these errors were encountered: