Hello!
I’m somewhat new to processing and have only used it in IntelliJ / Eclipse, yet I’m trying to configure it inside VSCode. Adding core.jar into referenced libraries allows the program to be run, yet VSCode complains about every variable instance (pMouseX, pMouseY) of processing being used, even the import line.
for example, the import statement will tell me that “package processing.core does not exist”
another example is with an extends call, where it says “cannot find Symbol: class PApplet”
I would but it is for a requirement that I must use .java files and not rather .pde, hence why I’m trying to import it. Thanks for the idea though, I’ll consider using it on other projects