You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FTR, such enum have a javadoc that is similar to the ones that are on fields for regular configuration property metadata. If you can extract that information and present it alongside each value that would be awesome.
This is consistent with the values hints where you can specify a description for each value, see this example
@snicoll I have implemented the retrieval of enumeration values in d5ded0d.
Retrieval of javadoc associated to enumeration values will take me some more time as I must get acquainted with NetBeans API for java source management. I will leave this issue open for the moment to track your requested behaviour.
AlexFalappa
changed the title
Configuration Editor: complete java enums values
Configuration Editor: show javadoc in completion of java enums values
Dec 24, 2019
Present the list of enumeration values when a configuration property as a Java enumeration data type.
The following properties have a java enumeration data type:
The text was updated successfully, but these errors were encountered: