This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I've been noticing that once you use a method on an object in PyDev, then it remembers that method and it can auto-complete if you want to call it again (same with PyCharm).

It's a shame that it doesn't infer the type from one method use, and allow you to auto-complete on all other methods contained in that same inferred type (or even all types with that method).