Today snippet are managed on client side, but it doesn't take care of the classpath. For instance you have qj in the completion (Configure a Jaeger tracer) although your project could not have Quarkus Jaeger dependency.
I think JDT LS provides now a support for Eclipse template, we should manage snippet with Eclipse template (on server side) and I think we could check if the project has Jaeger dependency.
Today snippet are managed on client side, but it doesn't take care of the classpath. For instance you have
qjin the completion (Configure a Jaeger tracer) although your project could not have Quarkus Jaeger dependency.I think JDT LS provides now a support for Eclipse template, we should manage snippet with Eclipse template (on server side) and I think we could check if the project has Jaeger dependency.