You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
The solution would likely be something like range((2,11),(2,12)) goes to a resultSet which has a textDocument/definition with 2 items in inVs (one for the class and one for the companion object).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently,
lsif-semanticdb
does not necessarily generate unique ranges.Consider this example:
This generates the following lines in
dump.lsif
:Note that
id
s47
and49
are the exact same range.This is likely because the
semanticdb
info frommetac
(version2.12.8
) generates references for both the class and the companion object:The solution would likely be something like
range((2,11),(2,12))
goes to aresultSet
which has atextDocument/definition
with 2 items ininVs
(one for the class and one for the companion object).The text was updated successfully, but these errors were encountered: