Divyasaravanan0327

- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
-
Created Should I update my plugin for every Intellij version ?
AnsweredI have built a gradle based IntelliJ plugin with the below config in build.gradle intellij { version = '2022.2'}patchPluginXml { changeNotes = """ Add change notes here.<br> <em>mos... -
Created $ref Custom Json schema not resolving path
AnsweredI have a custom JSON schema with $ref as one of the property , I am expecting it to resolve paths but it doesn't where as without using a custom schema it works . The below is an example when I'm u... -
Created JavaScript.JsonSchema.ProviderFactory extension does not $ref to a schema in another file
AnsweredBut the $ref does not seem to locate the external schema definition , if the definition is in the same file , it works , Could you please clarify on the above as to what should I do to refer to a ... -
Created It it possible to wrap a maven plugin inside the intellij plugin ?
AnsweredI have a requirement to add a maven plugin inside the maven project .Also I'm expecting the project to use the intellij plugin , Is it possible to wrap the maven plugin inside the intellij plugin r... -
Edited How do I programatically configure JSON Schema Mappings in preferences .
AnsweredI am developing a plugin that uses the JSON Schema Mappings (Preferences->Languages &Frameworks->Schemas & DTD's ->JSON Schema Mappings), inorder to avoid the user adding the mappings by themselves...