Python Forum

Full Version: pylint not recognizing some objects in VS Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm new to Django, and just started a project using Python 3.7, Django 3.0.8 in a Debian WSL2.
Running VS Code in Win10, Python extension installed, with pylint.

Codehint works fine with almost all objects
[Image: image.png]

All my code is working fine, but I can't get object/type info on create_user() And that's a problem I couldn't figure out by myself, and believe solving this now could avoid any future confusion in coding this project.
[Image: image.png]

Any help is apreciated, thanks in advance!
you should direct this question to https://www.pylint.org/#support
you may get an answer here as most of us use it, but better with the authors of the package.