CodeActionCollector
class CodeActionCollector(val context: CodeActionContext?, range: Range) : ResultingVisitor<MutableList<Either<Command, CodeAction>>> (source)
This visitor gathers actions, that can be executed on nodes within the given range.