From 0963cd299ee8822f69d077a912d3f0f26e6483c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 28 Mar 2023 16:30:38 +0200 Subject: [PATCH] plugin_user_experience.md: link obfuscation docs --- topics/basics/plugin_user_experience.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/basics/plugin_user_experience.md b/topics/basics/plugin_user_experience.md index 7dacf6114..6db020d2d 100644 --- a/topics/basics/plugin_user_experience.md +++ b/topics/basics/plugin_user_experience.md @@ -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.