-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Open in editor button #230
Comments
Thanks for your support and your suggestion! 😄 I've tought about it in the past but I wasn't really sure about it. I still have to check how does GitHub Desktop manage it but here is my take on what I think could be nice:
|
That sounds great. Thank you for your thoughtful response. |
This is really needed, but I think that the editor should be open for a specific file, thus, should be a right-click on a file -> "Open in editor"
|
I had an "open in editor" in the past but ended up removing it because it had quite bad UX for big files (it should allow the user to also open or copy binary files in LFS). But yes, it would be a nice addition, at least for plain text files. |
Similar to the terminal open button with a configurable runner (or default if the user doesn't add one), an open in editor button would be placed on the top right toolbar. The icon would be a pen or notepad, and the text below would say "Editor"
(Around where the new button would be located)
This reduces time for developers working often with multiple repositories using the UI, as the current alternative, as far as I can tell, is Actions -> Open in file manager -> in file manager: open with -> code editor. It also has a nice UX, and might be expected by developers coming from GUIs like Github Desktop
(from GitHub Desktop)
I would love to do it myself but I'm not so familiar with java and the libraries in use here. Thank you to everyone for their work on this excellent project.
The text was updated successfully, but these errors were encountered: