16

I'm working to migrate from PHP Storm to the useful Open Source platform VSCode. But I can't find a feature I've used everyday on PHP Storm. Thanks to the Changelist, I can manage huge micro-editings, and when all are done I make single Commit for each Change List. Is this possible on VSCode?

Thanks for your help.

Klode
  • 353
  • 3
  • 18
  • 1
    There was a [Feature Request for this](https://github.com/microsoft/vscode/issues/36472) in the VS Code repo and [a question on Reddit](https://www.reddit.com/r/vscode/comments/agyzbv/is_there_an_existing_way_i_can_replicate/). Both without results. – cachius Oct 18 '22 at 09:01

1 Answers1

3

I was today searching for something similar and came across your question.

I also found this extension in my searches, https://marketplace.visualstudio.com/items?itemName=koenigstag.git-changelists

It's quite recent by the release date and got an update not long ago.

Leite
  • 954
  • 5
  • 15