Reputation: 554
Is there option in Visual Studio Code like Managing Tasks and Context in JetBrains software (Webstorm, Phpstorm)?
Point is to keep open files in editor depend on task that somebody is working on.
Upvotes: 11
Views: 729
Reputation: 2528
There are a few different extensions that you could potentially use depending on your issue tracking software. JetBrains integrates with a bunch of different trackers, which you probably already know about, but for the benefit of those that don't, you can read about them here.
When it comes to VSCode there doesn't appear to be anything which integrates so widely, so you may have to go down the route of looking for an extension that matches the issue tracking software you use. Here are a few:
Personally I use GitHub with Zenhub so I can see a kanban board for my issues. You can add new issues from the board itself and when you make changes in VSCode these flow through into Zenhub automatically.
Upvotes: 4