Navigation support Visualforce<->Apex

Issue #10 resolved
Walton Choy created an issue

Add references from Visualforce to corresponding:

  • SObject type stub class/.object for standardController
  • Apex class for controller/extensions
  • Controller fields/properties for {!...} expressions
  • SObject fields in stub class/.object for {!...} expressions

Once these references are in place, it should be possible to navigate through them, and they should be included in find usages.

Comments (4)

  1. Log in to comment