rhdunn / xquery-intellij-plugin

XQuery, XPath and XSLT Language Support for the IntelliJ IDE
https://rhdunn.github.io/xquery-intellij-plugin/
Apache License 2.0
25 stars 9 forks source link

Beginner's help? #92

Closed CanOfBees closed 6 years ago

CanOfBees commented 6 years ago

Hi @rhdunn, I've been using your plugin for quite some time and I really appreciate what you've shared with the IntelliJ community.

I know this puts additional effort on you, but are there any issues/areas where you would like some assistance from a beginner? I don't have much experience with anything that isn't XQuery, but would like to contribute.

Thanks for your work, time, and trouble. Best!

rhdunn commented 6 years ago

Adding built-in functions for the various XQuery processors, like has been done for the base XQuery and for MarkLogic (#53, #54, #56, #90), as well as adding xqdoc documentation for the various functions (#42) would be helpful. That only requires XQuery knowledge. The documentation integration is not yet functional, but is something I have planned (#36).

82 should be simple to implement and thus beginner friendly.

CanOfBees commented 6 years ago

Thanks, I'll take a look at these!