-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intellisense not working #4
Comments
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?
The text was updated successfully, but these errors were encountered: