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 - Code completion for third party libraries within project source directory
Summary: Code completion for third party libraries within project source directory
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-31 15:51 UTC by ianfp
Modified: 2012-10-31 15:51 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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