Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class CodeActionCollector(val context: CodeActionContext?, range: Range) : ResultingVisitor<MutableList<Either<Command, CodeAction>>>
This visitor gathers actions, that can be executed on nodes within the given range.
Link copied to clipboard
Runs through the AST and collect code lens actions.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ProjectDefinitionService
Link copied to clipboard
Defines a visitor which produces a result of type T.