mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
plugin_extensions.md: fix enum case information
This commit is contained in:
parent
4e9b8ceee0
commit
fe4a79d783
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user