goto-def bug on template-method
goto def on https://github.com/Extrawurst/unecht/blob/master/samples/helloworld/source/app.d#L18
with the cursors in UERenderer goes to the addComponent method instead of the template parameter type.
see:

the exact same use case still does not work.. it jumps to addComponent instead of UERenderer
Where did you place the caret? If I hover and/or right-click UERenderer, it finds UERenderer, not addComponent.
after reloading the goto-def works, BUT the highlighting is still incorrect inline: https://github.com/Extrawurst/unecht/blob/master/samples/helloworld/source/app.d#L159
see:
it is not highlighted as a type