Reece Dunn
- 活动总数 123
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 13
- 订阅数 38
-
创建于 Registering a custom REST endpoint framework
已回答Hi, I have a plugin that has support for declaring REST endpoints (both via a declaration file and via in-language XQuery annotations). Is it possible to implement an API so that these endpoints ap... -
创建于 Line markers on a script/query body element
已回答Hi, I'm implementing a plugin for a language (XQuery) that has a query body element for the query to be run by a file. I'm adding line markers to the query body to link to REST endpoint definitions... -
创建于 Keyword code completion for a space separated XML attribute
Hi, I'm adding code completion support for an XML attribute that supports a space separated list of HTTP method names (`GET`, `POST`, etc.). I have this working for single item values, but when typ... -
创建于 Dynamically registering schemas within a plugin
已回答Hi,I'm writing a plugin with support for XQuery. My plugin integrates with applications that can run XQuery files. Those applications can provide their own XML files with a given schema that they p... -
已编辑于 Missing endpoint on cleanup of unit tests in my custom plugin on IntelliJ 2020.1 EAP.
已回答Hi, I am working on IntelliJ 2020.1 compatibility for my XQuery plugin [1]. I have the project running on that platform, but several of my unit tests are failing in the tearDown function during cle... -
创建于 Is there a Rider equivalent of JavaPsiFacade, JavaClass, etc?
I'm developing a plugin for a language (XQuery) in Kotlin that can support C#/CLI imports in the Saxon processor via "clitype:..." (https://saxonica.com/documentation/index.html#!extensibility/dotn... -
创建于 Uploading a plugin for multiple IntelliJ major versions
已回答I can build my plugin [1] for different major versions of IntelliJ back to 2018.1. As a result, I can create a separate plugin zip file for each major version from that supported version (currently... -
已编辑于 Debugging performance issues with a plugin when opening the context menu
已回答Hi, I have noticed that opening the context menu (time from pressing the right mouse button to it being displayed) is slow in some contexts for my plugin. That is, it is only noticeable on certain ... -
创建于 Enabling plugin features (extensions) when another plugin is not present
已回答With my XQuery plugin (https://plugins.jetbrains.com/plugin/8612-xquery-intellij-plugin) I am working on XPath support which conflicts with a plugin provided in the base IntelliJ installation. I wo... -
创建于 Integrating a plugin with the IntelliJ profile executor
Hi, I have an XQuery plugin (https://plugins.jetbrains.com/plugin/8612-xquery-intellij-plugin) that supports profiling queries on the MarkLogic, Saxon, and BaseX processors. This is working, except...