Search In This Blog

2016-08-15

How to develop SFDC project with Sublime Text and MavebsMate

To develop SFDC project with Sublime Text 2/3, you need to make some preparations.

Step 1.
In Mac:
Use Command+Shift+P to open 'Package Control' or Menu bar > Sublime Text > Preferences > Package Control

In Windows:
Menu bar > Preferences > Package Control

Step 2.
Input 'Package Control: Install Package', pull enter key.

Step 3.
Search 'Maven' and install it.

Step 4.
MavensMate > Settings > User
Find '"mm_workspace"' and set your workspace folder like:
"mm_workspace" : [
         "/my/workspace",
         "/my/other/workspace",
         // Input path to your workspace folder
]
Then save.

Step 5.
MavensMate > Project > New Project
Input your organization information and Create Project.

If you happened to 'LOGIN_MUST_USE_SECURITY_TOKEN' error, check here.

No comments:

Post a Comment