User finds it confusing to review and debug code in Claude Code when using multiple worktrees simultaneously, as changes from different worktrees reflect in the same files in the IDE, making it hard to distinguish and manage separate tasks. They need a way to better isolate or manage these views for effective review and debugging without merging.
My question here is ---- I use worktree mode in claude code, and let say I am working on multiple tickets or tasks or issues in same service or repository at once using claude code. Now using worktree mode I will be able to work simultanously, but when it comes to review the code, I go to my IDE and see multiple changes are reflecting from multiple worktrees, even when I am searching for code it shows in multiple same files from different worktree, this makes review and working too much confusing. Now before you say lets merge all those and review then, but that defeats the purpose of raising fixes or raising implementation for different issues or features seperatly. How do you deal with such situation, what is your setup in this case? how do you debug? how do you review things?