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

'Generate ANTLR Recognizer' doesn't overwrite *Parser.java #685

Open egor-ryashin opened 7 months ago

egor-ryashin commented 7 months ago

I found that I had to delete *Parser.java and only after that 'Generate ANTLR Recognizer' starts to work.

bjansen commented 5 months ago

Do you have an example to reproduce your issue?

I tried this:

And the parser was correctly updated.