Autocompletion does not work in torch.nn module

I’m using PyCharm Pro 2020.2 and in PyTorch v1.5.1, I could type torch.nn and the IDE would suggest Conv1d etc., but after updating to v1.6.0, I don’t see that anymore.

How can I make it like before?

P.S.
Is this a question I should be asking on the JetBrains forum?

Hi,

We are working a lot on trying to add type annotations and completion so this should be getting better, not worst :confused:
Could you open a github issue about this please? So that we can track it there!

Thank you for your reply.
I opened the issue !

1 Like