On Sat, Sep 14, 2024 at 2:45 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 > Re-sending because I accidentally didn't reply-all: I actually use CLion. There was an article that described exactly how to get php-src working with CLion by Ben Ramsey, so maybe they can chime in: https://dev.to/ramsey/using-clion-with-php-src-4me0 Jordan