Reece Dunn
- Total activity 123
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 13
- Subscriptions 38
-
Created Caching project-wide PSI elements by language
AnsweredI have functionality in my plugin (xquery-intellij-plugin) to support MarkLogic search options XML configuration from within XQuery that references modules and functions in that or other XQuery fil... -
Created Clarification on implementing XmlAttribute, etc. in a custom plugin.
AnsweredI'm working on implementing the IntelliJ XML API for my XQuery plugin with the intention of getting things like the IntelliJ XMLSchema/RNG element and attribute validation working. I've raised a bu... -
Created Implementing the XML API for a custom language
AnsweredHi, I have a plugin for the XQuery language which supports XML-style element construction (e.g. `<test>example</test>`), but also supports constructing them dynamically (e.g. `element test { "examp...