aBothe / Mono-D

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

completion but no goto-def #613

Closed extrawurst closed 9 years ago

extrawurst commented 9 years ago

One of my open source projects is again a good repron for increasing goto-def bugs in mono-d like you see in the following shot: 2015-05-27 09_47_06-imgui_d_test - source_app d_ - xamarin studio

I get code completion for the parameters of the function ig_Text but goto definition of it won't work.

repository can be found: https://github.com/Extrawurst/imgui_d_test

aBothe commented 9 years ago

Could be a problem with aliased symbols again.

aBothe commented 9 years ago

It's not finding an import for these symbols - that's why it's suggesting that you shall import some module in order to use this symbol.