If you planned to use all the good features of the Arduino IDE, then the explanation of working with the PlatformIO concept, must have been based on experience working with the ArduinoIDE. Of course this applies to the “Arduino” framework. ArduinoIDE way to search the library as:
"#include “library name”
“#include <library name>”
is good enough to determine the library search path.
For example, I’ve been trying for two days to open examples for sipeed-maixduino, but it doesn’t work.
Examples are constantly being opened for K210, but not for maixduino.Although I see that in “…\platformio\packages\framework-maixduino\libraries…” there are examples related to libraries, but it is impossible to get to them in the normal Arduino way, or in some similar way that is explained.
These criticisms of mine are not aimed at undermining your product, but on the contrary to facilitate the transition from ArduinoIDE to PlatformIO in some way. I think it’s time for a serious document called “Migration from ArduinoIDE to PlatformIO”
regards