Are you tired of the lackluster Git worktree management in your editor? Do you want to feel the wind in your hair as you seamlessly switch between Git worktrees? Well, look no more!
WorktreesNuts is a Visual Studio Code extension that simplifies working with git worktrees when it becomes nuts. It provides a quick and easy way to switch between worktrees, view the currently active worktree, and search for files within that same active worktree. Did you count the times we mentioned worktree?
This plugin doesn't switch workspaces, so you'll work in the same window while switching only the active working branches.
Features
Switch between worktrees with a single command - "WorktreesNuts: Select Git Worktree"
View the currently active worktree in the status bar
Blazingly fast file search within the active worktree - "WorktreesNuts: Go to File in Active Worktree"
For these features to work you have to have a git repository that was either initiated or cloned with --bare option.