DEV Community

Discussion on: JMH with Gradle — From Easy to Simple

Collapse
 
codydg profile image
Cody Graham

I'm currently using VSCode with the standard "Language Support for Java(TM) by Red Hat" extension installed.
AfFter following this tutorial, I can build and run benchmarks through Gradle without issue. However, the extension is unable to recognize any imports starting with "org.openjdk". This results in (a) incorrect error messages, and (b) no auto-completion for anything in openjdk. Does anyone know why this may happen?