Skip to content

Using CodeSense in a Method Call

Overview | Next

This video clip demonstrates how CodeSense can assist in typing the name of the method, the object, and variables. The CodeSense list displayed is context-sensitive, suggesting:

  • Method names in the first case
  • Objects in the second instance
  • Variables suitable for assignment in the third case

CodeSense Example