non-trivial code completion
Following this question on stack overflow, I was wondering if PyCharm has something smart up its sleeve regarding non-trivial code completion?
1 comment
Sort by
Date
Votes
Yes. PyCharm supports type annotations (both as epydoc/sphinx comments and of the 'assert isinstance' form), and it has a number of additional heuristics to offer completion variants when the variable type is not known.
Please sign in to leave a comment.