| Content assist for qualifiedName as exists for ID [message #906039] |
Fri, 31 August 2012 09:55  |
Cristiano Gaviao Messages: 247 Registered: July 2009 |
Senior Member |
|
|
Hi,
I'm using ID and FQN in my grammar.
Rule1:
'rule1' name=ID;
Rule2:
'rule2' name=Fqn;
Fqn:
ValidID (=>'.' ValidID)*;
ValidID:
ID;
At runtime, when I ctrl-space after the rule1 keyword I got a content assist with: "name - ID". Selecting this I got a kind of quickfix for the name.
Where is this behavior configured?
How could I have the same with rule2 ?
thanks,
Cristiano
|
|
|
|
Powered by
FUDForum. Page generated in 0.03814 seconds