Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Function Netbeans Include Path

Tags:

php

ide

netbeans

Did anybody know what is the function 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?

like image 336
GusDeCooL Avatar asked Sep 05 '10 13:09

GusDeCooL


1 Answers

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

like image 197
Mchl Avatar answered Oct 03 '22 19:10

Mchl