Is it possible to have Intellisense support for Bamboo Specs Java in Jetbrains IntelliJ?
Here’s what I have done so far.
I have JDK 22 and Maven installed.
I have a Bamboo Specs file from my current project
Tested project with mvn test, which seems to download all dependencies provided in pom.xml file.
The test is green.
But intellisense do not work. Does anyone know how to enable it?