When using a library in a .pde sketch, the VSCode extension doesn’t recognize classes from the library, even though the sketch runs fine.
Here, for example, I'm using the gifAnimation library.
Error message
"The name 'Gif' cannot be recognized"
Expected behavior
Library classes like Gif should be recognized and not flagged as errors in VSCode.
Steps to reproduce
- Create a
.pde sketch.
- Import a Processing library (e.g.,
gifAnimation.*).
- Try using one of its classes.
- Observe that the extension marks the class as an error.
Screenshot
