Is there an alternative to the Xcode button "Show only files with source-control status" in Android Studio?
It sorts the files and only shows in Project Files Navigator the ones you have modified.
Is there an alternative to the Xcode button "Show only files with source-control status" in Android Studio?
It sorts the files and only shows in Project Files Navigator the ones you have modified.
2
Answers
If you want to see files to commit you can use cmd+k (mac).
Also you can open "Commit" panle on the left edge.
You can view all changed files in the Git tool window (assuming you use Git), under the Local Changes tab. Alternatively you can click on the down arrow at the top of the Project (Cmd+1) view and select All Changed Files.