How to create a JSON editor in settings for my plugin?
Answered
I want a JSON editor in settings for IntelliJ plugin. I have a page in settings regarding my plugin. I want to make a JSon editor there like it's shown in Settings→editor→code style→json
Please sign in to leave a comment.
Hi,
See https://plugins.jetbrains.com/docs/intellij/editor-components.html
You can also use https://plugins.jetbrains.com/docs/intellij/internal-ui-inspector.html to determine how existing UI features are implemented.