eclipse-acceleo / acceleo

8 stars 4 forks source link

Show references should show services with a more generic type. #90

Closed ylussaud closed 11 months ago

ylussaud commented 1 year ago

For insance when showing references for generateHeader(cls : ecore::EClass) it should also show refeences for generateHeader(cls : ecore::EClassifier). Ideally we should be able to distinguish both in the search view.

ylussaud commented 1 year ago

We will need to combine types in signature as explained in #92.