Hi folks !
I’m the author of the PHPCompanion plugin and I have a strange issue on windows platform.
Basically the problem is that Python can’t open a unix-like filename on Windows. The filename I use is given by the lookup_symbol_in_index method and the error look like :
FileNotFoundError: [Errno 2] No such file or directory: '/C/wamp/www/subdomains/laravel-develop/vendor/laravel/framework/src/Illuminate/Routing/Route.php'
Maybe I need some sort of path conversion but I can’t find any clue on the web. Any ideas ?