Open LukeMauldin opened 10 years ago
It is a nice feature request. Hoping to implement it on this weekend
Yeah, i have a problem with a vendor too, this would be a very nice way to handle this.
+1
ran into the same problem today involving codeception files in my vendor
directory.
+1
+1
+1
+1
So, how to overcome this problem? Plugin always asks me to build index and always has problem with some codeception etc files in vendor.
I am getting errors when creating the index from external packages like PHPExcel. The file jpgraph.php has this line: require_once(PHPExcel_Settings::getChartRendererPath().'/jpgraph.php');
When phpcomplete-extended is running, the 'getChartRendererPath()' is blank and so the require_once fails due to being unable to find jpgraph.php. I need to be able to exclude certain files/directories/packages from index generation so index generation can complete successfully. It is better than the index be incomplete (ie not work on certain files/directories) than not to be able to use it at all.