Autocomplete not resolving all methots
Hello. i wonder why pycharm don't resolve all methods for autocomplete, like i can do with autocomplete
self.channel_layer
but i cant get all methods behind
self.channel_layer.group_add()
Code runs in virtual environment, pycharm is also configured for venv.
thanks
请先登录再写评论。
Sorry, but the issue description is not clear, can you be more specific and provide code samples enough to reproduce the issue?
i found simmilar issue:
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206590675-How-to-find-out-why-auto-complete-doesn-t-work-in-some-cases-
The point is i can get "self.channel_layer" with autocomplete, but not "self.channel_layer.group_add()".
Thanks. Then I suggest submitting a bug report and providing code snippet: https://youtrack.jetbrains.com/issues/PY