Allow auto completion of @RemoteAction methods within JavaScript files when referencing the class

Issue #372 new
Joseph Bleau created an issue

It would be useful if auto completion worked when typing class names that had @RemoteAction annotated methods within Javascript.

See: https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_js_remoting_remote_method_inheritance.htm

Specifically when using the syntax at the bottom: ClassName.remoteMethod(...)

Comments (6)

  1. Joseph Bleau reporter

    Auto completion of the method after typing '.' to be clear, but awareness of the class would be a bonus.

  2. Scott Wells repo owner

    This will be needed to ensure that Apex refactorings such as rename and safe delete are aware of these references.

  3. Log in to comment