Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xquery support in IntelliJ Idea?

Has anyone had any success developing XQuery in IntelliJ? Specifically, does anyone know of any code completion or code syntax highlighting abilities that exist already or that you've built?

like image 937
jaketrent Avatar asked Jan 23 '23 18:01

jaketrent


1 Answers

The IntelliJ XQuery Support Plugin supports XQuery 3.0, syntax and error highlighting, keyword completion, code navigation, function and variable completion, code formatting amongst other things. It can also run XQuery against Saxon, MarkLogic, BaseX, eXist, Sedna, Zorba and Oracle XDB or any other XQuery processor which supports the XQJ standard.

like image 180
Charles Foster Avatar answered Jan 29 '23 07:01

Charles Foster