Greetings,
I am curious if you plan a plugin or an integration for JetbRains IntelliJ IDEA. If not, are there any sources to develop a plugin on my own? I'd really like to see jasper report editing, designing and compiling on IntelliJ. Since they offer Android Studio with a designing tool for Android UI it can't be that hard to do the same for jasper reports.
1 Answer:
Hi,
I have developed a simple plugin to view and edit jrxml (jasper report source files) in IntelliJ Idea.
https://plugins.jetbrains.com/plugin/13043-jasper-report-support
It's in a very early stage and currently, only support auto-complete and syntax highlighting only. I will develop some other advanced features in the near future. (Eg: create new .jrxml files from the context menu, compile .jrxmls files into .jasper files, etc.
Please contribute and report if you found any bugs.
https://github.com/chathurabuddi/intellij-jasper-report-support/issues
https://intellij-support.jetbrains.com/hc/en-us/community/posts/36000030...