Open sarkarstanmoy opened 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
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
I opened up an issue inquiring here: https://github.com/processing/processing/issues/5423
Intellisense not working for Processing vscode. Can you please look into it?