ligasgr / intellij-xquery

Plugin to support XQuery in Intellij Idea
Apache License 2.0
35 stars 23 forks source link

.xqy file extension #115

Closed bciano closed 9 years ago

bciano commented 9 years ago

Creating a new xquery file doesnt allow for a .xqy extension, only .xq. Workaround is to rename the file afterwards.

ligasgr commented 9 years ago

Hi,

Thanks for raising the issue but apparently it's a duplicate and it's already been fixed (please check https://github.com/ligasgr/intellij-xquery/issues/77) in version 2.0.0 of the plugin. Please let me know if after upgrading to the latest version of the plugin it still doesn't work.

ligasgr commented 9 years ago

Just to be sure that you can find it: go to File -> Settings -> XQuery -> Default new file extensions

If you're using Marklogic you might want to also change your XQuery flavour (to Marklogic) which will better support Marklogic specific syntax.

bciano commented 9 years ago

Got it! Thanks! We had an ex-marklogic employee that was working on a similar plugin (intellij-xquery-plugin), but it went stale. Glad I came across your project.

Cheers!

ligasgr commented 9 years ago

Great to hear that it's useful! Please raise any issues you come along and any features that you find missing! In case you can already see it in the issue list just add comment so that I know what is the priority for the users. And to help others find the plugin please comment and rate the plugin in jetbrains plugin repository (you don't need to have the account there): http://plugins.jetbrains.com/plugin/writeComment?pr=idea&pluginId=7262

Thanks!