m2mdas / phpcomplete-extended

A fast, extensible, context aware autocomplete plugin for PHP composer projects with code inspection features.
MIT License
216 stars 23 forks source link

Windows - Error during generating index file #40

Open fogine opened 10 years ago

fogine commented 10 years ago

Hello, I've laravel project and I've installed phpcomplete-extended-laravel plugin. I tried non-laravel completion as well but it does not work. I've installed vimproc plugin.

if I have not phpcomplete-extended-laravel plugin installed I'm getting error during index file generation: "Generating index.... Could not open input file: C:/Program "

-> I use Windows 7 and my Vim is placed in "c:\Program Files\Vim". Error probably cause space within path...

But if I have phpcomplete-extended-laravel plugin installed, I'm no longer getting question message for generating index file for project. Where is index file placed? So I could check if it's generated? Thank you.