-
Notifications
You must be signed in to change notification settings - Fork 51
Description
🤔 Problem Statement
For some projects I use VSCode. For others, I use JetBrains IDE's (Android Studio, Rider etc).
And for some, I use Visual Studio (Windows IDE).
Also, some project types require opening a file instead of the folder. For example, in .NET, you should open a .sln file instead of the folder.
💡 Proposed Solution
Add to project configuration: new "Open" commands. Each open command would have path for binary/command
And then a second field: arguments
Example config:
Name: Rider
Command: C:\Program Files\JetBrains\JetBrains Rider 2025.3.2\bin\rider64.exe
Arguments: MySolution.sln
Additional bonus would be showing custom binary icon for each open option:
🔄 Alternatives Considered
I tried using Open -> Explorer -> Manually double-click .sln file
But having built in custom open commands would be slick.
📷 Additional Context
No response