Reece Dunn
- 活动总数 123
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 13
- 订阅数 38
-
创建于 Caching project-wide PSI elements by language
已回答I 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... -
创建于 Clarification on implementing XmlAttribute, etc. in a custom plugin.
已回答I'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... -
创建于 Implementing the XML API for a custom language
已回答Hi, 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...