FeaturesΒΆ

Javatar is designed to be IDE-like plugin by provides many features that help develop Java applications faster and easier.

  • [S] Packages and Subpackages creation
  • [S] Class (also Abstract), Interface and Enumeration snippets with package/class name auto-complete
  • [S] Project/Package/Class build and run with dependencies [4]
  • [S] Packages path in status bar
  • [S] External libraries packages
  • [S] Internal console with input supports
  • [D] Organize Imports [4]
  • [P] Rename/Move packages or classes [5]
  • [P] .jar file export (include executable .jar) [6]
  • [P] Dynamic method call auto-complete
[S](1, 2, 3, 4, 5, 6) Available on stable channel
[D]Partial available on development channel
[P](1, 2, 3) Planned
[4](1, 2) Organize Imports will not support classes inside dependencies except provided by Javatar Packages
[5]Auto-refactor is not included
[6]Export as executable JAR may delay after normal JAR export feature is finished