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

Plugin configuration file - store with a project #663

Open Lorthiz opened 11 months ago

Lorthiz commented 11 months ago

I know there is a file inside .idea/misc.xml, but is there a way - or a plan for a feature - to store that config with the grammars? It starts to get a little annoying when I have 8 grammars and for each I need to configure same things each time I am on new environment or when I reset idea.

bjansen commented 10 months ago

There's currently to plans to do this. You could perhaps version .idea/misc.xml in your VCS?