plugin_extensions.md: fix enum case information

This commit is contained in:
Karol Lewandowski 2022-02-23 14:35:27 +01:00
parent 4e9b8ceee0
commit fe4a79d783

View File

@ -101,4 +101,4 @@ Similarly, `action` resolves to all registered `<action>` IDs.
Specifying `@org.jetbrains.annotations.Nls` validates a UI `String` capitalization according to the text property `Capitalization` enum value (2019.2 and later).
Attributes with `Enum` type support code insight with _lower_snake_cased_ notation (2020.1 and later).
Attributes with `Enum` type support code insight with _lowerCamelCased_ notation (2020.1 and later).