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!
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.
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': ''
/Users/yourusername/atom
That's it! Keep reading for instructions on using the Proton IDE.
To deploy the changes you made to a file:
If you want to pull the most recent version of a file from SFDC:
If you want to delete a file from SFDC (and locally):
You can create new Classes/Triggers/Pages/Components right from the IDE.
Proton IDE has a rich query editor built-in. It allows you to query/sort/update data in your org right from the IDE!
select
, from
, or where
keywords.You can execute anonymous apex from Proton and view the full debug log.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.