wmanth / vscode-jar-viewer

JAR Viewer Extension for VS Code
Other
7 stars 3 forks source link

JAR Viewer Extension for VS Code

Extension for VS Code that gives a quick peek inside a JAR file by listing all classes and files bundled inside the archive.

Features

JAR content view

Select or open a .jar file to get the content tree of the contained file- and package-structure in the editor view.

sample image

File preview

Click on a file node in the content tree to open a preview of the file in a read only editor view.

sample image

Contribution

For Bugs or feature requests please use the GitHub issues page https://github.com/wmanth/vscode-jar-viewer/issues.

Release Notes

1.2.0

1.1.1

1.1.0

1.0.2

1.0.1

1.0.0

Initial release of the JAR viewer extension.