plugin_icon_file.md: note related inspections

This commit is contained in:
Yann Cébron 2024-07-10 16:35:20 +02:00
parent 8e65b2ec85
commit a798cdcd48

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Plugin Logo
@ -7,6 +7,11 @@
Beginning in version 2019.1, the IntelliJ Platform supports representing a plugin with a logo.
A _Plugin Logo_ is intended to be a unique representation of a plugin's functionality, technology, or company.
When opening <path>plugin.xml</path> in editor, inspection
<control>Plugin DevKit | Plugin descriptor | Plugin Logo check</control> (2024.3+,
for earlier versions <control>Plugin DevKit | Plugin descriptor | Plugin.xml validity</control>)
will highlight a missing plugin icon.
**Note:** icons and images used within a plugin have different requirements.
See [](icons.md) for more information.