-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
no intelliSense for python namedtuple #2377
Comments
@chen19901225 This was discussed in my issue #2259 |
It should be noted that supporting namedtuple for IntelliSense requires special handling due to how the module dynamically generates code. |
@brettcannon well, there's |
@purpleP - code in libraries goes through lighter weight evaluation (as compared to user code) since otherwise performance suffers. In VS there used to be long process of building the library database. BTW, PyCharm does eval too ('building index...') but it also has a number of pre-cooked modules/heuristics for some common things. We just need to improve the eval. |
Changing the labels, as this works when using Jedi. |
Hi, I have this issue as well. Just wanted to remark that |
Closing as this isn't an extension issue. If you encounter this problem, please file an issue on the Language Server repo |
Environment data
with config
"python.jediEnabled": false
Actual behavior
The text was updated successfully, but these errors were encountered: