Neovim + Java LSP on a Play Framework sbt Project — The Missing Guide
📰 Dev.to · Nicolas Medda
Integrate Neovim with Java LSP on a Play Framework sbt project using sbt-eclipse and JDTLS
Action Steps
- Install the sbt-eclipse plugin to generate Eclipse project files
- Configure JDTLS to consume the generated Eclipse project files
- Set up Neovim to use the Java LSP with JDTLS
- Test the Java LSP configuration by checking for code completion and diagnostics
- Apply the configuration to your Play Framework sbt project to enable Java LSP features
Who Needs to Know This
Developers working on Play Framework projects using Neovim can benefit from this guide to improve their development workflow and productivity
Key Insight
💡 Use sbt-eclipse and JDTLS to integrate Neovim with Java LSP on a Play Framework sbt project
Share This
🚀 Boost your Play Framework dev workflow with Neovim + Java LSP! 🚀
Key Takeaways
Integrate Neovim with Java LSP on a Play Framework sbt project using sbt-eclipse and JDTLS
Full Article
The short answer sbt-eclipse generates Eclipse project files, JDTLS consumes them. That's...
DeepCamp AI