Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 994 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 994 Bytes

RearrangeTabPlugin Version

A simple Intellij/Android Studio plugin for rearranging editor tabs.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "RearrangeTab" >

    Install Plugin

  • Manually:

    Download the latest release and install it manually using

    Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

Usage

  • Ctrl + Alt + C   Close editor tabs that have the same file name extension as the selected one.
  • Ctrl + Alt + R   Sort and group editor tabs by their file name extension.
  • Ctrl + Alt + E   Sort and group editor tabs by their parent directories.