TypeFox / yang-lsp

A Language Server for YANG
http://www.yang-central.org
Apache License 2.0
51 stars 13 forks source link

Choose cross reference name that matches the node model #174

Closed spoenemann closed 4 years ago

spoenemann commented 4 years ago

Fixes #171. When serializing cross references and there are multiple candidate EObjectDescriptions for the EObject target, choose one whose name matches the value present in the node model. Fall back to the default behavior if no such match is found.