/apex-mode

An Emacs mode for editing Apex code at Salesforce.com

Primary LanguageEmacs LispOtherNOASSERTION

Apex-mode for Emacs

apex-mode is a major mode for Emacs, extending java-mode. It has syntax highlighting based on Apex keywords.

This project is available under the BSD license.

Feature Backlog

  • SOAP client to evalue the region as anonymous Apex code
  • Upload and compile the current file on the save hook
  • Functions to run unit tests on Salesforce