Description
Suggested new feature or improvement
A new widget that condenses a list of cloned repo from the selected file path/cloned with the clone repo function. Users can interact with the widget to open the repo in an IDE, and potentially access git version control functions with it
Scenario
Allows the user to quickly open any project in Windows Explorer or a selected IDE. eg. Opens VS Code with the folder as project path when you click on the repo in the widget.
Potentially integrate special scenarios for specific development by reading the available gitconfig, eg. launches the project in Unity Hub/Unity Editor (with the correct engine version) if it is a Unity repo
It might be nice to have if the widget can seamlessly integrate with git and allows branch changing, commit, push and pull origin through the widget. Then the user would only have to make changes, swap over to dev home, glance over critical information and commit a change (similar to GitHub desktop)
Additional details
No response