tags:

views:

17

answers:

1

Did anybody know what is the funtion of include path in NetBeans?

i using netbeans 9.6.1

when we make new project there is will be two parent directory: 1. Source Files 2. Include Path

i didn't have idea what is include path, can someone give explanation about this?

thanks in advance

A: 

These are the folders that will be scanned for code completion and hints. You can add folders by right clicking on project in project navigator, selecting Properties and going to PHP Include Path section

See here for in-depth tutorials on using NB for PHP development

http://netbeans.org/kb/trails/php.html

Mchl
Then it's means NetBeans will not read my commenting if i only put the class commenting in source folder?
GusDe CooL
It will, since the source folder is in include path anyway. It's more hassle in my opinion though.
Mchl
thank you... it's clear now.
GusDe CooL