PHP source files

Hello, I recently started developing a plugin for PHPStorm, but I am getting kind annoyed of reading through decompiled source files.

Is there a way to get the original source files or at least docs for the PHP.jar file?

0

You can find OpenAPI sources in <installation_dir>/plugins/php/lib/php-openapi.jar. Please also see: http://www.jetbrains.org/intellij/sdk/docs/phpstorm/setting_up_environment.html

0

Thank you, already did that. 
I was just wondering if there also was some source files for the whole PHP.jar file as that has a lot more functionality than openapi as far as I can see.

0

Unfortunately, source files in PHP.jar are not publicly available and not part of OpenAPI. Do you miss something specific? In this case, we could think of moving required parts to OpenAPI.

0

请先登录再写评论。