Not all apex annotations recognized

Issue #48 resolved
Nathen Drees created an issue

I have a class using the @InvocableVariable and @InvocableMethod annotations, and the apex parser isn't recognizing it.

See this link for the full list of annotations.

2015-07-07_15-51-58.png

Comments (5)

  1. Nathen Drees reporter

    Relatedly, when this happens you cannot save the file to the server. Attached are the relevant portion of the logs.

  2. Scott Wells repo owner

    Thanks. I'll take a look at this tonight--both aspects--in conjunction with the local custom Visualforce component issue you've hit.

  3. Scott Wells repo owner

    Uploading 1.0.7 now that adds parser, highlighter, completion, and formatter support for InvocableMethod and InvocableVariable annotations and fixes the issue with deployment not working properly when there are local parse errors. Note that the configuration setting will still determine whether compilation/validation should occur in this situation or not, but deployment will always proceed.

  4. Log in to comment