intellij-plugin-v4 icon indicating copy to clipboard operation
intellij-plugin-v4 copied to clipboard

It seems that the `-Xlog` option does not work

Open hengxin opened this issue 2 years ago • 0 comments

I am using the ANTLR 4 plugin (version 1.20; including ANTLR 4.11.1) for IntelliJ. In build.gradle in this project, I use the -Xlog option as follows:

generateGrammarSource {
    arguments += ["-Xlog", "-visitor"]
}

However, it does not generate .log file as expected.

Note: I have posted a problem on Stackoverflow (without getting answers yet).

hengxin avatar May 08 '23 05:05 hengxin