Java In-Editor Compiler transforms VSCode into a lightweight Java compiler and executor. It captures your Java source code, invokes the javax.tools.JavaCompiler API under the hood, compiles the code in-memory, and streams both compilation diagnostics and runtime output directly to the integrated terminal.
✨ Features
🔨 Embedded Compilation: Compile any Java source files without external build tools.
▶️ Live Execution: Instantly run compiled classes and view output in-editor.
📝 Diagnostic Reporting: Real-time compiler warnings and errors highlighted in the Problems pane.
⚡ In-Memory Workflow: No disk-based class files—compilation and execution occur entirely in memory.
🔄 Seamless Integration: Works with single files or multi-class projects, respecting package structure.
🤝 Contributing
Contributions welcome! Please open an issue or submit a pull request for bug fixes, new features, or enhancements.
📝 License
Distributed under the MIT License. See LICENSE for details.