antlr / intellij-plugin-v4

An IntelliJ plugin for ANTLR v4
https://plugins.jetbrains.com/plugin/7358-antlr-v4
BSD 3-Clause "New" or "Revised" License
461 stars 103 forks source link

options ignored in imported #680

Open minesunny opened 8 months ago

minesunny commented 8 months ago

generate the pgStatementParser.g4 with antlr plugin would warning that "options ignored in imported" ,but no warning with antlr maven plugin; the source project is https://github.com/apache/shardingsphere/blob/master/parser/sql/dialect/postgresql/src/main/antlr4/org/apache/shardingsphere/sql/parser/autogen/PostgreSQLStatementParser.g4

image