Where is the dynamic plugin verification action located?
Answered
https://jetbrains.org/intellij/sdk/docs/basics/plugin_structure/dynamic_plugins.html says that I have to run Plugin DevKit | Plugin descriptor | Plugin.xml dynamic plugin verification to verify if my plugin can be dynamic or not. But I couldn't find this action anywhere. How to run it?
Please sign in to leave a comment.
It is an inspection bundled with Plugin Devkit that can be enabled in Preferences | Editor | Inspections or run explicitly via menu action Analyze | Inspect Code..
Thanks.