KDevelop PHP plugin: include paths

Milian Wolff mail at milianw.de
Mon Jul 7 09:02:00 BST 2014


On Monday 07 July 2014 09:40:10 Nicky Gerritsen wrote:
> Hi all,
> 
> I am using KDevelop for PHP development, but I had a question.
> I use separate projects for different parts of our system, but
> internally we link them together by require_once'ing a "lib" file from
> every project which includes our libraries. These libraries are thus
> located in a different project in KDevelop, but it would be handy if
> KDevelop recognized the include path.
> 
> I tried setting this custom include path in a .kdev_include_paths file,
> but this did not seem to work.
> Is it even possible to do this (currently) or am I doing something wrong?

The current support for custom include paths is only honored by the C++ 
language plugins. The PHP plugin could/should make use of the new plugin to 
define include paths now.

Bye
-- 
Milian Wolff
mail at milianw.de
http://milianw.de



More information about the KDevelop mailing list