Which editor (or IDE) do you use to develop pragrams using pytorch?

When using pytorch, I find that autocomplete is often missed in Pycharm, and there are some strange redlines in VSCode.
Which editor (or IDE) do you use to develop pragrams using pytorch? What do you think of it?

I think autocomplete is a problem with most editors and IDEs, there are several issues (1, 2, 3) keeping track of that, but from what I understood, it’s as much a problem on PyTorch’s side than IDE’s like PyCharm.

(I personnaly use PyCharm but rarely autocomplete, and the warnings are manageable).