View on GitHub

iForce

Sublime text extension to help salesforce development (windows)

Download this project as a .zip file Download this project as a tar.gz file

iForce - Sublime text extension to help salesforce development (windows)

Prerequisites:

If you are using Force.com IDE or Eclipse as your primary IDE, chances are you have everything you need.

Features

Screenshots

Set your environmet variable - JAVA_HOME

Add your ant/bin to - PATH variable

Download Force.com Migration Tool from salesforce

Create an empty directory/folder

Open the folder in sublime text. (Note: It is currently having issue if you have sublime opened with multiple folders)

Create new project using iForce

Update your credentials in build.properties file (it is replaced with iforce_build.properties in newer version)

Refresh/Fetch files from salesforce

You should see files downloaded from server

Quick compile - Deploy/update changes to salesforce

You can see the new file in your salesforce org.

Command Palette options

Apex Class snippet - ifc<TAB>

Apex VF Page snippet - ifp<TAB>

Apex trigger snippet - ift<TAB>


License

Copyright 2012 Palaniraja

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.