-
Notifications
You must be signed in to change notification settings - Fork 105
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
Token Visualisation #417
Comments
Ah I see - you can only view the tokens matching a rule? OK, thanks. |
Here's a simple implementation: As you can see, it shows tokens that are not matched by any rule, like Things that could be improved, depending on what would be useful for you:
|
Updated version: WDYT @gkjpettet and @nmz787? |
Will be in 1.17 |
What about just looking in input stream at token of interest and just using ctrl + mouse hover? It pops up info on the token: @gkjpettet would this work for you? |
Hi,
Many thanks for this extension - it’s proving really useful when learning ANTLR.
Does the extension provide any way to see the tokens generated during lexing? I have figured out how to view the parse tree but I would really like to see the tokens generated before parsing. I'm having issues with certain tokens and I'd like to just throw the extension a large file and view the generated tokens.
Is this possible?
The text was updated successfully, but these errors were encountered: