proton-ide

Salesforce.com IDE for the Atom editor

haggy

1,570

0

0.10.0

MIT

GitHub

Proton IDE

Salesforce.com IDE for the Atom editor

NOTE: This IDE is still in BETA and is being actively developed. If you encounter any issues please check the known issues and log an issue in Github if it does not already exist. Thanks and enjoy!

Installation

Proton is available as an Atom package. Use cmd+, on a Mac or ctrl+, on Windows to pull up your Atom settings. Search for Proton IDE.

Configuration

Once the install is complete, we need to set the project directory (where all your projects will be saved). To do this:

'proton':
  'project_path': ''

That's it! Keep reading for instructions on using the Proton IDE.

Creating a new SFDC project

Saving your file to SFDC

To deploy the changes you made to a file:

Refreshing a file from SFDC

If you want to pull the most recent version of a file from SFDC:

Deleting a file from SFDC

If you want to delete a file from SFDC (and locally):

Creating new metadata

You can create new Classes/Triggers/Pages/Components right from the IDE.

Interactive Query Editor

Proton IDE has a rich query editor built-in. It allows you to query/sort/update data in your org right from the IDE!

To open the editor:

To perform a query:

To search and sort:

To update data:

Running code against your org

You can execute anonymous apex from Proton and view the full debug log.