mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +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):
|
||||
|
||||
```xml
|
||||
|
||||
<extensionPoint name="myExtension" beanClass="MyExtensionBean">
|
||||
<with attribute="psiElementClass"
|
||||
<with
|
||||
attribute="psiElementClass"
|
||||
implements="com.intellij.psi.PsiElement"/>
|
||||
</extensionPoint>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user