Add associated line text on ALEFindReferences results for TypeScript
This commit is contained in:
parent
73ca1e7191
commit
24fda01a0e
@ -27,6 +27,7 @@ function! ale#references#HandleTSServerResponse(conn_id, response) abort
|
|||||||
\ 'filename': l:response_item.file,
|
\ 'filename': l:response_item.file,
|
||||||
\ 'line': l:response_item.start.line,
|
\ 'line': l:response_item.start.line,
|
||||||
\ 'column': l:response_item.start.offset,
|
\ 'column': l:response_item.start.offset,
|
||||||
|
\ 'match': trim(l:response_item.lineText),
|
||||||
\})
|
\})
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user