This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 221193

Summary: Code completion for third party libraries within project source directory
Product: php Reporter: ianfp
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal CC: ianfp
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description ianfp 2012-10-31 15:51:26 UTC
I have a Symfony2 project with the following directory structure:

myproject/
  web/  # document root (contains PHP files)
  src/  # my PHP classes and libraries
  vendor/  # 3rd-party classes and libraries

I want code completion for the contents of vendor/, but I do not want its contents to come up in searches, etc. The vendor/ directory is very large, so if I don't ignore it, the project scan never stops.

I used to be able to add vendor/ to my ignored folders and then put subdirectories of vendor/ into my include path, which worked great, but then that feature got "fixed"; see this thread for more info about that:

http://netbeans.org/bugzilla/show_bug.cgi?id=219236