MavensMate for Sublime Text is a plugin that aims to replicate the functionality of the Eclipse-based Force.com IDE. Its goal is to allow developers to work inside Sublime Text for all their Force.com-related tasks.
All issues are managed by the central MavensMate project
Package Control: Install Package
command
MavensMate
Enter
IMPORTANT NOTE: If you are interested in automatically installing prereleases, you must add "MavensMate"
to your Package Control "install_prereleases"
user setting, see below:
You may set mm_workspace
to a single path on your local filesystem or an array of paths.
"mm_workspace" : [
"/Users/darylshaber/Desktop/my-cool-folder",
"/Users/darylshaber/Workspaces/my-mavensmate-workspace"
],
"mm_workspace" : "/Users/darylshaber/Desktop/my-cool-folder",
Windows users: You must use escaped backslashes to set your workspaces:
"mm_workspace" : [
"\\Users\\darylshaber\\Desktop\\my-cool-folder",
"\\Users\\darylshaber\\Workspaces\\my-mavensmate-workspace"
],
Updates to the plugin are handled automatically by Package Control.