IntelliJ IDEA Plugin

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.

d4ddylild4rk's picture
Joined: Apr 19 2018 - 8:01am
Last seen: 5 years 5 months ago

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 

chathu.buddi's picture
Joined: Sep 26 2019 - 9:40pm
Last seen: 4 years 6 hours ago
Feedback