Any plugins for Oracle SQLJ support?
Answered
I'm working with some code that is using SQLJ and has embedded queries in the Java source - e.g. stuff that looks like this :-
String code;
#sql { select product_code into :code from product_table; };
I found an old post in here from 2008 where Dmitry Jemerov said there were no plans to ever support SQLJ in IntelliJ, but does anyone know of any third-party plugins that exist for this? Open source or commercial is fine. The only IDE that does support SQLJ is Oracle JDeveloper as far as I know.
Please sign in to leave a comment.
We are not aware of a plug-in to support it.
There is an old request in backlog: https://youtrack.jetbrains.com/issue/IDEABKL-655.