I was wondering if XText supports hover information for keywords (rules). So far I have only seen examples for instances of those, never for the keyword as such.
To outline here is a small sample of what I have in mind.
/**
* use: login (username, password)
*/
Login: 'login' ('('username=STRING ',' password=STRING ')' )?;
In the Editor I would then expect to see "use: login (username, password)" when I hover over "login", the high-lighted keyword. Ideally one could use a Javadoc style of comment, but any other solution is welcome.
Best regards, Sebastian