-
-
Notifications
You must be signed in to change notification settings - Fork 17
textdocument/hover provides incorrect line number information #68
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
Labels
Comments
@kittaakos this gets even worse when you include files. |
These are ☝️ |
Downstream issue: https://github.com/arduino/arduino-pro-ide/issues/446 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Originally from here: arduino/arduino-ide#21 (comment)
The LS provides incorrect line information for symbols. Due to the incorrect line info, the overlay widget hides the symbol, and it is not possible to right-click on the symbol.
Let assume the following sketch and the
<|>
as the line information:LS returns with this:
"startLineNumber": 35
is incorrect, it should be28.
The text was updated successfully, but these errors were encountered: