Module Goto_targets_command.Arguments
type t
=
{
source : Source.t;
The source location for which the goto targets are determined.
line : int;
The line location for which the goto targets are determined.
column : int option;
An optional column location for which the goto targets are determined.
}
Arguments for 'gotoTargets' request.