Mono-D icon indicating copy to clipboard operation
Mono-D copied to clipboard

goto-def bug on template-method

Open extrawurst opened this issue 10 years ago • 3 comments

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 avatar Mar 25 '15 13:03 extrawurst

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

extrawurst avatar Mar 29 '15 14:03 extrawurst

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

aBothe avatar Mar 29 '15 14:03 aBothe

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

extrawurst avatar Mar 29 '15 16:03 extrawurst