Open the last closed tab in Android Studio

后端 未结 4 2100
天涯浪人
天涯浪人 2021-01-31 13:47

I\'m new to Android Studio, and wanted to know if there are any shortcut / option to re-open the last closed tab.

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-31 14:27

    There is no shortcut assigned, but you can easily assign a new one:

    Go to IDE settings | Keymap | Main menu | Window | Editor Tabs | Reopen Closed Tab (type reopen into the filter field to find it faster), right click on that item and select Add Keyboard Shortcut

    Update: As stated in another answer, you can also use Ctrl + E to see a list of all recently viewed files. Additionally, you can use Ctrl + Shift + E to see a list of all recently edited files, which is handy when working on multiple files.

提交回复
热议问题