mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
plugin_user_experience.md: link obfuscation docs
This commit is contained in:
parent
346499b8ea
commit
0963cd299e
@ -66,6 +66,8 @@ Consider the following techniques for optimizing the plugin distribution size:
|
|||||||
* Optimize assets like images, videos, etc.
|
* 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.
|
* 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
|
## 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.
|
When designing and implementing features, review existing functionalities of the IDE and plugins and design your features in a similar and consistent way.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user