On Sat, 14 Sept 2024 at 23:44, Barel <barel.bare...@gmail.com> wrote:
> Hi > > For C/C++ development I usually use CLion from Jetbrains but I tried to > use it with php-src and was unable to get it to work properly. CLion really > insists on using CMake and has only quite limited support for makefiles. > After trying to get it to work unsuccessfully I am ready to try something > else. > > So which IDE would you recommend for php-src development? I understand > that people probably have many different preferences but I wondered if > there was something that most php internals developers used. One important > feature would be to easily work with the project running on a docker > container > > Thanks in advance! > > Carlos > Answering myself in case someone finds this useful in the future. Several people recommended VSCode so decided to give it a try. I found this guide which describes very well what you need to do to get VSCode working for a php-src project hosted in a docker container. Works brilliantly, I am able to work with the code in the container using all VSCode features, including debugging with GDB. Nice! https://bogomolov.tech/php-extension-development/ Cheers Carlos