mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 09:17:50 +08:00
plugin_extensions.md: Cleanup
This commit is contained in:
parent
8c7400c50b
commit
d346d373e8
@ -125,9 +125,9 @@ Property names matching the following list will resolve to a fully qualified cla
|
|||||||
A required parent type can be specified in the [extension point declaration](plugin_extension_points.md) via [`<with>`](plugin_configuration_file.md#idea-plugin__extensionPoints__extensionPoint__with):
|
A required parent type can be specified in the [extension point declaration](plugin_extension_points.md) via [`<with>`](plugin_configuration_file.md#idea-plugin__extensionPoints__extensionPoint__with):
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
|
|
||||||
<extensionPoint name="myExtension" beanClass="MyExtensionBean">
|
<extensionPoint name="myExtension" beanClass="MyExtensionBean">
|
||||||
<with attribute="psiElementClass"
|
<with
|
||||||
|
attribute="psiElementClass"
|
||||||
implements="com.intellij.psi.PsiElement"/>
|
implements="com.intellij.psi.PsiElement"/>
|
||||||
</extensionPoint>
|
</extensionPoint>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user