Skip to content

A IntelliJ plugin that can explore archive-based file in project view

License

Notifications You must be signed in to change notification settings

Camork/file-expander-plugin

Repository files navigation

File Expander

Latest release Latest release

A Intellij plugin that can explore archive-based file in project view

Building from source

If you would like to build from source, use this following command:

$ ./gradlew clean buildPlugin

Once it finishes the locally built this IntelliJ Plugin will be located here:

build/distributions/fileExpander-<version>.zip

You can install this from Preferences > Plugins > Install plugin from disk... point to newly built zip file

Note: Require build version from 173+ (2017.3.5).

Key features

Browse archive-based file in Intellij project view

Supported file type:
  • zip-based type (.zip .jar .war .epc etc)

  • .gz

  • .tar

  • .tar.gz , .tgz

  • .7z

  • nested archive file.

Decompile classes jar to sources jar

Contribute

Any issues, feature requirement and contributions are welcome!

Sponsors

JetBrains

License

File Expander Plugin is available under the GNU General Public License, Version 3.0.