How To – Fix VS Code IntelliSense in Pico Extension
Problem Within a C++ project created by the Pico extension for VS Code, IntelliSense was not finding uint16_t (and some other types) even though the correct header (either <cstdint> or <stdint.h>) was included, and the compiler actually compiled the code…