On 14 September 2024 22:44:20 BST, 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 use vim. With the ctags plugin, but that's mostly it. Debugging with gdb and valgrind. I avoid docker, as that had always made it harder to do things. cheers Derick