Community
Participate
Working Groups
When a lot of annotations are defined, and they are used in complex scenario, it would be good to present users with a description of how the annotation is to be used and why, in other words some contextual help on a given annotation. This could be a popup with some formated content.
Hi Eric, I think it's a good idea. Probably we can use something similar to eclipse context help. So when user add annotation through New Annotation Wizard he/she can click to context help (?) and see detailed description with some examples. Another way may be to show simple tooltip when user hover on an annotation and by F2 (like in Java Editor) show our detailed help. What do you think about it?
This is already supported. Annotation descriptions are displayed in annotation wizard dialog. Developers can also associate a description to annotation parameters.