note jb.gg shortlinks

This commit is contained in:
Yann Cébron 2024-07-09 14:01:33 +02:00
parent cd7a8c02b8
commit c8ce1dac82
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# Persisting State of Components
<!-- https://jb.gg/ij-psoc -->
<link-summary>Persisting data that is available after the IDE restarts and can be shared between different IDE installations.</link-summary>
The IntelliJ Platform provides an API that allows components or services to persist their state between restarts of the IDE.

View File

@ -2,6 +2,8 @@
# Plugin Dependencies
<!-- https://jb.gg/ij-plugin-dependencies -->
<link-summary>Declaring dependencies on other IntelliJ Platform-based plugins.</link-summary>
A plugin may depend on API and classes from other plugins, either bundled or third-party.