You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API should be used, to establish associations between source elements
and inferred / generated members. For instance @accessors generated getters
and setters for a field, so we use the API to associate a link between the
field and the accessor methods. This information is used in the IDE for
navigation.
See: org.eclipse.xtend.lib.macro.services.Associator.setPrimarySourceElement(MutableElement, Element)
The text was updated successfully, but these errors were encountered: