I installed PlatformIO to develop programs for the ESP32. PlatformIO automatically installs "everything" to create ESP-IDF projects.
In part that works but some things, like menuconfig, does not work in PlatformIO.
I also read here that some code does not compile in PlatformIO but it does compile with the Espressif development tools.
https://docs.espressif.com/projects/esp-idf/en/latest/get-started/
I want to be able to install the Espressif tools but I am concerned that when I do this maybe some part from my PlatformIO installation will be overwritten, maybe with a different version, and then maybe I have more problems than I solve.
Are there clear instructions how to install the ESP-IDF at the same time as PlatformIO and make sure they don't create problems with each other?