vscode-antlr4
vscode-antlr4 copied to clipboard
Can't make visualization work (railroad diagram and Antlr view)
Hi, I installed the extension yesterday, but I can't make it work...
Here what I get :

There is some indicator in the antlr view that my tell some work is done in the background, but after 10 minutes, nothing new. (and this grammar really not that long...
The call graph seems to work though.
Any tip ?
Try setting the caret into a rule text. Does this show the RRD for this rule?
Actually, it was on the body rule (but the screenshot does not show it because of the blinking)
I also have this issue.
Same problem. Any news?
UPD: Fixed the problem by changing the name of the file to test.g4 and updating the first line of code to accommodate the change: grammar test;. So I think the problem is with filenames.
A new release (2.4.0) was just published, which now works with the latest ANTLR4 version.