I checked if it is possible to make a separate change list in the “Source Control” window, like it is implemented in Intellij IDEA, but couldn’t find it. Is there something similar?
How I generally use it
Case 1. There are some file changes, which are needed only for local development, so I don’t want them to be committed, so I generally have them in a separate change list
Case 2. When I work on a separate feature I can easily separate the changes from different features.
Also I couldn’t find that “Shelf” function, which can be useful for quickly saving some POC in local files.