aBothe / Mono-D

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

parameter completion for function pointer call #614

Closed extrawurst closed 9 years ago

extrawurst commented 9 years ago

since fixing #613 solved some issues on finding the declaration of function pointers in libraries now the completion for parameters of calling those is wrong: screen shot 2015-05-29 at 12 33 38

Compare this to a regular function call: screen shot 2015-05-29 at 12 33 20

both examples again in app.d of the imgui_d_test project: https://github.com/Extrawurst/imgui_d_test

aBothe commented 9 years ago

Should be fixable via resolving aliases when gathering the parameter info.

extrawurst commented 9 years ago

what ever works for you ^^

aBothe commented 9 years ago

Delegate types are rendered now just as normal methods now in tooltips.

extrawurst commented 9 years ago

awesome, in which release is it ?

aBothe commented 9 years ago

2.13