python - What is "Introspection-based code completion"? -
i'm looking @ various ides python. looking @ official list ides categorized based on 'introspection based code completion'.
what introspection based code completion mean?
thanks.
it means ide uses introspection figure out methods , variables accessible given object, allows quick code completion, providing list of options after type period following symbol.
Comments
Post a Comment