Class CompletionContext

java.lang.Object
io.quarkus.qute.debug.agent.completions.CompletionContext
All Implemented Interfaces:
ValueResolverContext

public class CompletionContext extends Object implements ValueResolverContext
Context for collecting code completions in the debugger.

Implements ValueResolverContext and is used when the debugger needs to provide completion suggestions in Qute templates.

Collects properties (fields and string-named) and methods (reflection or string-named) of the base object, storing them as CompletionItem. Can be converted into a CompletionsResponse.