Skip to content

[FEAT] Custom Open targets #96

@Inrego

Description

@Inrego

🤔 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:

Image

🔄 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions