On Sat, Sep 14, 2024 at 3:47 PM 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
I use the Makefile integration with CLion. It works alright. Better than any other C IDE I've used so far. What things are you struggling with specifically?