sbt POMtified!
POMtificate generates a pom.xml for your Play Framework project, allowing you to enjoy coding in VS Code, Vim, Neovim, or any other editors / IDE that uses the eclipse.jdt.ls language server.
- Clone this Git repository anywhere accessible on your system.
- Change into the root directory of your Play Framework project (i.e., the
directory containing the
build.sbt
file). - Run
<path-to-pomtificate-git-repository>/what-the-pom
, and let the magic happen. (You may need to runchmod u+x <path-to-pomtificate-git-repository>/what-the-pom
to make the script executable first.)
- Currently the script is only tested on Play Framework version 2.5 and Java 1.8.
[Work-in-Progress] For now, refer to the blog post at https://yongjie.codes/guides/java-play-sbt-on-vscode/.