aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

goto-def bug on template-method #595

Open extrawurst opened 9 years ago

extrawurst commented 9 years ago

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: image

extrawurst commented 9 years ago

the exact same use case still does not work.. it jumps to addComponent instead of UERenderer

aBothe commented 9 years ago

Where did you place the caret? If I hover and/or right-click UERenderer, it finds UERenderer, not addComponent.

extrawurst commented 9 years ago

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: screen shot 2015-03-29 at 18 36 02 it is not highlighted as a type