viatra / EMF-IncQuery

This repository is only kept for historic reasons. All development happens on eclipse.org
http://eclipse.org/viatra
13 stars 4 forks source link

Variable type feedback to the user #224

Closed OszkarSemerath closed 12 years ago

OszkarSemerath commented 12 years ago

It would improve the usability If the inferred type of a variable is feedbacked to the user. It may be displayed as hover text when the pointer is on the name of the variable, and in the content assist.

ujhelyiz commented 12 years ago

Hover support added for the types. Both the EMF type and the Java type are displayed - might be useful for debugging purposes.