Can't find ESP boards

Hello,
I would like to work with ESP boards but I can’t find them in the board manager?
It’s sometiong worng with my system or are esp boards no longer supported in plattformIO?

Best

Volker

Of course PlatformIO continues to support ESP32 (GitHub - platformio/platform-espressif32: Espressif 32: development platform for PlatformIO).

Is the Espressif 32 platform installed in PIO Home → Platforms?

When I enter Espressif 32 under “Platforms” I get “No Results” as the search result.
No matter what I’m looking for, I always get “No results”!

Open a CLI and execute

pio pkg install -g -p espressif32

Does that fail?

The installation was successful via CLI!

Thanks

Best

Volker

So the ESP32 boards are now also available in the “New Projet” wizard?

Yes, that’s right. I can start a new project with ESP controller.