Setting up auto-completion of code in monodevelop?
Johannes Pfau
nospam at example.com
Sun Jul 21 00:09:40 PDT 2013
Am Sun, 21 Jul 2013 08:47:11 +0200
schrieb "Alyx" <the.lizard.gamer at gmail.com>:
> So I have gdc set up on my linux(64) machine with monodevelop and
> mono-d installed. Now I'm not sure where the location of the
> phobes/auto-completion is.
>
> With the normal dmd you'd put
> /usr/include/x86_64-linux-gnu/dmd/druntime/import
> /usr/include/x86_64-linux-gnu/dmd/phobos
> into the include section of the addon for monodevelop
>
> I'm not sure what I'd put for using the gdc front-end.
If you installed gdc into /opt/gdc it's
/opt/gdc/include/d/4.8.1/
and maybe
/opt/gdc/include/d/4.8.1/x86_64-unknown-linux-gnu/
(I'm not sure if monodevelop looks into those subdirs automatically)
More information about the D.gnu
mailing list