SalesforceXytoolsForSublime

SalesforceXytoolsForSublime is Rapid development tools for Salesforce Development.

  • Create Salesforce Project, Retrieve Metadata, Search Metadata

  • Create ApexClass, ApexTrigger, ApexComponent, Refresh, Diff with Server(Support winmerge diff), Save to Server, Deploy to Server

  • SObject Viewer, SObject Description, Export SOjbect Fields to Excel

  • Run SOQL Query, Tooling Query, Apex Script.

  • Code Creator : Auto Create Apex Test Class Code, Auto Create Test Data For Apex Test Class.

  • SFDC Dataviewer, SFDC Online Dataviewer.

  • Atuo Login SFDC (two login type: oauth2 , password config).

  • Quick local sfdc file from sublime.

  • Quick Search SObject Data/SObject Setting/ApexClass/Trigger/VisualForce Page/VisualForce Components/Email Template/Static Resource and open on browser Quickly

  • Package.xml Builder.

  • Build Release Package.

  • Integrate Sfdc Dataloader, Config DataLoader and Run (Need Ant and Java Environment)

Set your schedule, backup your sfdc data.

  • Integrate Sfdc Migration Tool (Need Ant and Java Environment)

  • Auto Backup all metadata script(Set your schedule, backup your sfdc metadata.).

How to Install

Prerequisites

Use Package Control to Install

  1. Open Sublime Text 3
  2. Run Package Control: Install Package command

  3. Search for SalesforceXyTools SalesforceXyToolsForSublimeHelp
  4. Hit Enter, That is all. SalesforceXyToolsForSublimeHelp

Suggestion

If you want to use ant-dataloader or ant-migration tools, I suggest you to install java and ant

Install java

just install it...

Please set your JAVA_HOME

Installing Apache Ant

Installing Apache Ant

To get up and running with the binary distribution of Ant quickly, follow these steps:

  1. Make sure you have a Java environment installed. See System Requirements for details.
  2. Download Ant. See Binary Distribution for details.
  3. Uncompress the downloaded file into a directory.
  4. Set environmental variables: JAVA_HOME to your Java environment, ANT_HOME to the directory you uncompressed Ant to, and add ${ANT_HOME}/bin (Unix) or %ANT_HOME%/bin (Windows) to your PATH. See Setup for details.
  5. Optionally, from the ANT_HOME directory run ant -f fetch.xml -Ddest=system to get the library dependencies of most of the Ant tasks that require them. If you don't do this, many of the dependent Ant tasks will not be available. See Optional Tasks for details and other options for the -Ddest parameter.
  6. Optionally, add any desired Antlibs. See Ant Libraries for a list.