Reece Dunn
- Total activity 123
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 13
- Subscriptions 38
-
Created Registering a custom REST endpoint framework
AnsweredHi, 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... -
Created Line markers on a script/query body element
AnsweredHi, 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... -
Created 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... -
Created Dynamically registering schemas within a plugin
AnsweredHi,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... -
Edited Missing endpoint on cleanup of unit tests in my custom plugin on IntelliJ 2020.1 EAP.
AnsweredHi, 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... -
Created 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... -
Created Uploading a plugin for multiple IntelliJ major versions
AnsweredI 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... -
Edited Debugging performance issues with a plugin when opening the context menu
AnsweredHi, 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 ... -
Created Enabling plugin features (extensions) when another plugin is not present
AnsweredWith 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... -
Created 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...