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

CursorParseTreeVisitor: Ranges are wrong #47

Open
mattyoung101 opened this issue Jul 13, 2024 · 0 comments
Open

CursorParseTreeVisitor: Ranges are wrong #47

mattyoung101 opened this issue Jul 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mattyoung101
Copy link
Owner

Ranges are currently broken for:

  • Event_control
  • String_literal
  • Hierarchical_identifier

They're not broken in the IntelliJ ANTLR plugin so I'm not sure what's going on here. We need to either make a full document debugger that highlights text based on its node type for debugging, dump the whole parse tree including ranges, or figure out what the IJ plugin is doing that we are not.

@mattyoung101 mattyoung101 added the bug Something isn't working label Jul 13, 2024
@mattyoung101 mattyoung101 added this to the 1.0.0 milestone Jul 13, 2024
@mattyoung101 mattyoung101 self-assigned this Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant