Divyasaravanan0327
- 活动总数 26
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
-
创建于 Should I update my plugin for every Intellij version ?
已回答I 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... -
创建于 $ref Custom Json schema not resolving path
已回答I 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... -
创建于 JavaScript.JsonSchema.ProviderFactory extension does not $ref to a schema in another file
已回答But 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 ... -
创建于 It it possible to wrap a maven plugin inside the intellij plugin ?
已回答I 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... -
已编辑于 How do I programatically configure JSON Schema Mappings in preferences .
已回答I 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...