plugin_user_experience.md: link obfuscation docs

This commit is contained in:
Yann Cébron 2023-03-28 16:30:38 +02:00
parent 346499b8ea
commit 0963cd299e

View File

@ -66,6 +66,8 @@ Consider the following techniques for optimizing the plugin distribution size:
* Optimize assets like images, videos, etc.
* If large resources (e.g., SDKs) are needed only in specific setups, consider downloading them by the plugin on-demand instead of bundling them in the plugin distribution.
[Obfuscation](https://plugins.jetbrains.com/docs/marketplace/obfuscate-the-plugin.html) may also help reduce the distribution file size.
## Consistent Behavior
When designing and implementing features, review existing functionalities of the IDE and plugins and design your features in a similar and consistent way.