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

Disable IDEA ANTLR plugin from generating parsers and leave it to GRADLE ANTLR plugin #704

Open gnom7 opened 2 months ago

gnom7 commented 2 months ago

Is there an option to disable IDEA ANTLR plugin from generating parsers? I'd like to exclusively use GRADLE ANTLR plugin for this purpose. Especially given that IDEA ANTLR plugin doesn't seem to make use of generated parsers, AFAIK it interprets grammars?

It is quite confusing that while IDEA ANTLR plugin uses interpreter under the hood, it still to some extent relies on generated tokens and interferes with GRADLE ANTLR plugin. I'd expect it to either be:

So, that we will avoid conflicts between GRADLE and IDEA ANTLR plugins or even having to configure both of them with same or separate configs to avoid such conflicts.