dynamic_plugins.md: note local install to verify

This commit is contained in:
Yann Cébron 2021-03-18 10:56:23 +01:00
parent 0850ce9d87
commit 9ed615b0d0

View File

@ -5,6 +5,8 @@
Starting with the 2020.1 release, installing, updating, and uninstalling plugins without restarting the IDE is available in the IntelliJ Platform.
During plugin development, [Auto-Reload](ide_development_instance.md#enabling-auto-reload) also allows code changes to take effect immediately in the sandbox IDE instance.
To test whether dynamic installation works correctly, verify installing [local build distribution](deployment.md#building-distribution) succeeds (see [Troubleshooting](#troubleshooting)).
> If a plugin _requires_ restart (e.g., due to using native libraries) specify `require-restart="true"` for `<idea-plugin>` root tag in `plugin.xml`.
>
{type="note"}