/file-expander-plugin

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

Primary LanguageGroovyGNU General Public License v3.0GPL-3.0

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 etc)

  • .gz

  • .tar

  • .tar.gz , .tgz

  • .7z

  • nested archive file.

Contribute

Any issues, feature requirement and contributions are welcome!

License

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