AvinZarlez / processing-vscode

A Visual Studio Code extension for the programming language Processing
https://marketplace.visualstudio.com/items?itemName=Tobiah.language-pde
MIT License
177 stars 25 forks source link

Intellisense in “Processing Language” Extension for VS Code not working #93

Closed pedroGerman closed 3 years ago

pedroGerman commented 3 years ago

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. 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.

Processing APP   VS Code

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. It only checks for autocompletion, albeit not being working for highlighting issues in the code.

I have installed Processing 3.0 for Windows (just in case this information may be useful to you). Thanks in advance!

AvinZarlez commented 3 years ago

I believe this is a dupe of #4