intellij-javacc
intellij-javacc copied to clipboard
TODO: "nice-to-have"s
- [x] ~Refactor build.gradle to use the kotlin DSL~ The kotlin version needs to be supported by the DSL so we'd be stuck on whatever Kotlin version the DSL supports, which is not a good compromise
- [x] Add a gif or images to the plugin description and README
- [ ] Group tokens by lexical state in structure view
- [x] Show Java members of the parser in structure view
- [x] Intentions to switch between
[..]and(..)? - [ ] Safe delete of productions (should consider also usages of the underlying method)
- [ ] "Live preview", to test some part of the parser (eg one production) and inspect the parse tree & the built JJTree node
- [ ] Generating parser files
- [x] Clear separation between .jjt and .jj files
Greetings!
Would you be interested in supporting a Formatter for JavaCC Grammar? I have not found anything useful available and the "Format" function in IntelliJ does not seem to do anything (not even showing a "Not supported" message). I have written JSQLFormatter (based on JSQLParser, based on JavaCC) and know how to access the tokens and the productions. I wonder if you would be willing to integrate a Java Library into you plugin for reformatting.
Viele Gruesse von einem Leipziger.