Open LAWTED opened 6 months ago
e.g.
lots of antlr g4 file use parser rule labels like presto.
However, antlr4-lab do not count these parser rule labels in tree which is different from the production environment.
Is there possible to show these parser rule labels in the tree structure?
(Note, for comparison with the Intellij Antlr Plugin, which also uses the "interpreter", the node is displayed "selectItem:selectSingle". So, it should be possible.)
e.g.
lots of antlr g4 file use parser rule labels like presto.
However, antlr4-lab do not count these parser rule labels in tree which is different from the production environment.
Is there possible to show these parser rule labels in the tree structure?