-
Notifications
You must be signed in to change notification settings - Fork 120
VS Code + pylint integration with p5 #66
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
Comments
I personally don't really know how pylint works nor do I regularly use VS Code. I don't really know how to make p5 pylint-compatible. And I don't know when I'll get the time to look into this. It would be great if someone's more familiar with pylint takes this up : ) I've tagged this as "help-wanted" |
Great, thanks for the quick response. Hopefully somebody knows :) btw, great library. I completely agree with your idea that Python is better suited for this than Java. Really hope the missing functionality is added soon as well! 👍 |
Pylint is configured locally with a .pylintrc file in the root directory of the project being lint-ed. I encountered a related problem using pylint with Processing.py https://gist.github.com/jeremydouglass/bc2193518a29cbf280d0cfc7415a9c82 |
Very sorry, I referenced the wrong issue. I meant to reference #69. |
Added vscode and pylinter integration. Fixes #66
Hey,
I've installed the lib on my system and copied the demo file. It runs well, but in VS Code with pylint it's giving me quite a lot of errors and warnings like:
How can I set this up to play well with VS Code and pylint?
Sorry if this may sound dumb, I'm pretty new to python :)
The text was updated successfully, but these errors were encountered: