mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
extensions: support for Enum attributes
This commit is contained in:
parent
2ac6d40f1f
commit
c769386711
@ -80,6 +80,8 @@ Property name `language` will automatically resolve to all present `Language` ID
|
||||
|
||||
Specifying `@org.jetbrains.annotations.Nls` verifies capitalization of UI text properties according to given `capitalization` value (2019.2 and later).
|
||||
|
||||
Attributes with `Enum` type support code insight with _lowerSnakeCased_ notation (2020.1 and later).
|
||||
|
||||
## How to get the extension points list?
|
||||
|
||||
To get a list of extension points available in the *IntelliJ Platform* core, consult the `<extensionPoints>` section of the following XML configuration files:
|
||||
|
Loading…
x
Reference in New Issue
Block a user