Hi, I’m using “Processing Language” extension for Visual Studio Code in Windows, and I already did every step necessary in order to execute successfully a .pde
file (which you can find on GitHub - TobiahZ/processing-vscode: A Visual Studio Code extension for the programming language Processing). The problem is, how can I configure the extension, so it could mark an possible warning/syntax error in a specific line automatically (like the actual Processing App does)? The next image shows a clear example of what I’m referring to.
As you can see, Processing (at left) does mark the error on the 11th line. But, when I try on VS Code (at right), the supposed error does not appear visible:
I have installed Processing 3.0 for Windows (just in case this information may be useful to you). Thanks in advance!