aBothe / Mono-D

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

Autocomplete does not work with dub projects #634

Open dariusc93 opened 8 years ago

dariusc93 commented 8 years ago

I've noticed recently that autocomplete with monod does not work for dependencies used in dub projects. Only standard library is used in autocomplete. Any reason for this?

MSonD commented 8 years ago

This is also happening for me, except it is only for certain packages (It seems to fail with those with dub sub-packages). It doesn't show them in import completition. Monodevelop 5.8 linux x64 Mono-d 2.13.4.

Edit:manually adding the include dirs to Preferences/D/Compiler Toolchains/Includes makes it work.

aBothe commented 8 years ago

Please try out the new v2.14 release of Mono-D. It should be working again.

aBothe commented 8 years ago

And sorry for the long answer delay..it's been a lazy winter season .)

dariusc93 commented 8 years ago

I will try again in a bit to see if it been fixed (though i would assume it is)