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 not working #4

Open sarkarstanmoy opened 7 years ago

sarkarstanmoy commented 7 years ago

Intellisense not working for Processing vscode. Can you please look into it?

AvinZarlez commented 7 years ago

Depends on what you mean exactly by Intellisense. This plugin just adds syntax highlighting and code snippets, not full on Intellisense. VS Code IntelliSense is only provided for JavaScript, TypeScript, JSON, HTML, CSS, Less, and Sass out of the box. https://code.visualstudio.com/docs/editor/intellisense

austince commented 6 years ago

I believe a Language Server is needed for a lot of these enhancements. Not sure if anything exists like this for Processing currently, but here's the VS Code article: https://code.visualstudio.com/docs/extensions/example-language-server

austince commented 6 years ago

I opened up an issue inquiring here: https://github.com/processing/processing/issues/5423