Slide 92
Slide 92 text
class Definition < BaseRequest
def run
# …
{ uri: "file
:
/
/
#
{
file}"
range: {
start: {
line: location.start_line,
character: location.start_column
},
end: {
line: location.end_line,
character: location.end_column
}
}
}
end
end