vczyh
vczyh
Signed-off-by: Zhang,Yuheng ## Description ## Related Issue(s) #10832 ## Checklist - [ ] "Backport me!" label has been added if this change should be backported - [ ] Tests were...
- 1 Press Tab after FROM, autocomplete schema, it works. ```sql // "schema." is PcItemDynamic callback returned. SELECT * FROM schema. ``` - 2 Continue to press Tab for the...
For example, I want access `ruleToStartState` field, but it is not exported. Go can't https://github.com/antlr/antlr4/blob/2a7904a595479954ccfb1c78124fc3d7f5bebcb1/runtime/Go/antlr/v4/atn.go#L42 But javascript can. https://github.com/antlr/antlr4/blob/2a7904a595479954ccfb1c78124fc3d7f5bebcb1/runtime/JavaScript/src/antlr4/atn/ATN.d.ts#L11
Thanks for the repo! I meet https://github.com/antlr/antlr4/issues/4702 Is there another way to implement the function without using `ruleToStartState` variable?