skip to Main Content

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


  1. If you want to see files to commit you can use cmd+k (mac).
    Also you can open "Commit" panle on the left edge.

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search