Extension for VS Code that gives a quick peek inside a JAR file by listing all classes and files bundled inside the archive.
Select or open a .jar
file to get the content tree of the contained file- and package-structure in the editor view.
Click on a file node in the content tree to open a preview of the file in a read only editor view.
For Bugs or feature requests please use the GitHub issues page https://github.com/wmanth/vscode-jar-viewer/issues.
- Added support for nested jar archives
- Update open editor views when the jar file has changed
- Added *.srcjar, *.aar and *.war as supported file types
- Preview text files from the jar archive
- Preserve the vertical scroll position
- Highlight the hovered tree node
- Persist the folding state of tree nodes
Initial release of the JAR viewer extension.