Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go To References does not work in binary #1047

Closed
datho7561 opened this issue Jun 2, 2021 · 0 comments · Fixed by #1048
Closed

Go To References does not work in binary #1047

datho7561 opened this issue Jun 2, 2021 · 0 comments · Fixed by #1048
Assignees
Labels
bug Something isn't working references reflection
Milestone

Comments

@datho7561
Copy link
Contributor

datho7561 commented Jun 2, 2021

Here is an example DTD file

<!ELEMENT aaa (bbb+)>
<!ELEMENT bb|b EMPTY>

If you are using the Java server, when you put your cursor where the pipe | is, then do textDocument/references, it should place your cursor on bbb from the previous line.

If you try this in the binary server, it freezes.

@datho7561 datho7561 added bug Something isn't working references reflection labels Jun 2, 2021
datho7561 added a commit to datho7561/lemminx that referenced this issue Jun 3, 2021
datho7561 added a commit to datho7561/lemminx that referenced this issue Jun 3, 2021
@datho7561 datho7561 self-assigned this Jun 3, 2021
@datho7561 datho7561 added this to the 0.17.0 milestone Jun 3, 2021
angelozerr pushed a commit that referenced this issue Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working references reflection
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant