[Feature]: Allow "Open" to launch a custom/user-defined application #7109
seniru-dilmith
started this conversation in
Ideas
Replies: 1 comment
|
Yeah! This will be very useful |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/desktop
Problem or use case
The "Open" dropdown currently only lists a fixed set of applications (VS Code, CLion, PyCharm, RustRover, Files). If a user's preferred editor or tool isn't one of these, there's no way to launch the project with it they have to fall back to manually locating and opening the folder outside the app.
This is limiting for anyone using editors or tools outside the pre-baked list, e.g. Zed, Sublime Text, Neovim (via a terminal wrapper), Android Studio, Cursor, or internal/company-specific tooling.
Proposed solution
Add a "Custom application..." entry at the bottom of the "Open" dropdown that lets the user specify the path/command of an arbitrary application to open the project with.
Behavior:
Why this matters
Not everyone uses the same fixed list of IDEs. Supporting a custom application removes a hard limitation for users on less common editors and avoids forcing a detour through the file system every time.
Smallest useful scope
No new open/no-existing-defaults behavior needs to change. This only adds an additional option.
Alternatives considered
Risks or tradeoffs
Needs to handle invalid/missing executable paths gracefully (e.g. app was moved or uninstalled since being set). Should probably allow removing/editing a saved custom entry.
Contribution
All reactions