mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
plugin_extensions.md: action
EP attribute
This commit is contained in:
parent
997890a2aa
commit
6704a18b6f
@ -77,7 +77,7 @@ A required parent type can be specified in the extension point declaration via n
|
||||
</extensionPoint>
|
||||
```
|
||||
|
||||
Property name `language` will automatically resolve to all present `Language` IDs.
|
||||
Property name `language`/`action` resolves to all present `Language`/`<action>` IDs, respectively.
|
||||
|
||||
Specifying `@org.jetbrains.annotations.Nls` verifies capitalization of UI text properties according to given `capitalization` value (2019.2 and later).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user