GusDeCooL
GusDeCooL

Reputation: 5758

Function Netbeans Include Path

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?

Upvotes: 6

Views: 5221

Answers (1)

Mchl
Mchl

Reputation: 62359

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

Upvotes: 6

Related Questions