Eclipse DDT Include Path

number putimalitze at gmx.de
Thu Sep 28 17:52:52 UTC 2017


I'm using Eclipse with DDT but it does not find all of the imports

In my dub.json i have
   "importPaths" : ["/usr/include/dmd/gtkd3"],

and this works well with dub but in Eclipse the 'Open Definition' 
feature does not work with 'gtk.Window' for example and gives an 
error: 'Symbol gtk.Window has no source range info!'.
It works with 'std.stdio' etc.

should i add the path to dmd.conf directly or can i set it only 
for the project in eclipse?


More information about the Digitalmars-d-ide mailing list