Is it possible to have Intellisense support for Bamboo Specs Java in VSCode? Here's what I have done so far.
- I have JDK, JRE and Maven installed and working.
- I have Java extension pack for VSCode installed and working.
- Created a basic Bamboo Specs template from Atlassian's instructions.
- Tested project with
mvn test
, which seems to download all dependencies provided inpom.xml
file.
But when I open Bamboo Specs Java file (PlanSpec.java
), the VSCode's Java plugin reports that Classpath is incomplete and I get no Intellisense on Bamboo Specs classes.
Without Intellisense creating and editing Bamboo Specs Java is a total pain, and I'm not in favor of using Eclipse or IntelliJ IDEA only for the sake of Bamboo Specs editing.