intellij-javacc icon indicating copy to clipboard operation
intellij-javacc copied to clipboard

TODO: "nice-to-have"s

Open oowekyala opened this issue 6 years ago • 1 comments

  • [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

oowekyala avatar Dec 15 '18 15:12 oowekyala

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.

manticore-projects avatar Jan 16 '23 13:01 manticore-projects