Cameron Eagans
Cameron Eagans
I started some work on this in the `add-php-symbols` branch. Right now, it does most of the above things. However, we're completely missing any classes that are built into PHP,...
Also, the docblocks in the generated files aren't that great (not full PHPdoc blocks).
This repo isn't 100% working yet, and it's not integrated with ycmd at all (though that's the plan in the long term). Right now, it's not even at the point...
There are PHP specific things in it, but it's not _only_ for PHP. The mail catcher works across languages. Ditto for the Ray, Sentry, Inspector, and HTTP Dumper viewers. The...
That's true :)
I think we can set weights for the event listeners. @derhasi, if you want to coordinate setting our listener weights appropriately, I'm happy to change things on my end to...
I haven't looked into it, as I'm presently in the middle of a rewrite of my plugin. If you open a corresponding issue in my queue, I'll make sure 2.x...
https://github.com/cweagans/composer-patches/issues/42#issuecomment-374322282 is really my main concern at this point.
Gave this a try in PHPStorm. Looks like there are a few languages missing. Happy to provide the configuration for those languages if you want!
https://docs.cweagans.net/composer-patches/usage/defining-patches/ See the "expanded definition" heading. You can specify depth on a per package or per patch basis. > I do not understand the logic of having a separate patches.lock.json...