Hi, We have written a plugin to Cloud9 that static checking (unused variables, namespaces) and also does code formatting. If you are using Cloud9 (locally or on an hosted version), simply add the following extension: https://github.com/wcandillon/cloud9-xquery/raw/master/plugins-client/ext.xquery/xquery.js
This plugin is done by using XQLint, a static checker for XQuery: https://github.com/wcandillon/xqlint This toolkit can easily be embedded into different type of IDE. This slidedeck contains a couple of useful informations about this project: https://speakerdeck.com/wcandillon/xquery-development-in-cloud9 On Wed, May 29, 2013 at 8:10 AM, Liam R E Quin <[email protected]> wrote: > On Wed, 2013-05-29 at 11:36 +0530, abhinav mishra wrote: >> Hi, >> >> I am looking for some tools/plugins which provides xquery coding style >> check and suggest the xquery coding standards if not followed properly. >> >> Just like Eclipse has plugins like “CheckStyle“ which gives warning if >> Java coding standards are not followed. > > Sorry to post a 2nd time - there are eclipse plugins for XQuery, and > some editors have support for syntax checking in XQuery (e.g. OxygenXML, > and the GUI part of BaseX, to name a couple), in case that's what you > meant. > > Liam > > -- > Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/ > Pictures from old books: http://fromoldbooks.org/ > Ankh: irc.sorcery.net irc.gnome.org freenode/#xml > > _______________________________________________ > [email protected] > http://x-query.com/mailman/listinfo/talk _______________________________________________ [email protected] http://x-query.com/mailman/listinfo/talk
