MavensMate
Sublime Text plugin for Salesforce developers. Aims to replace the Eclipse-based Force.com IDE.
Details
Installs
- Total 60K
- Win 39K
- Mac 18K
- Linux 3K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
MavensMate for Sublime Text
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.
- Create & Edit Salesforce.com projects with specific package metadata
- Create & compile Apex Classes, Apex Trigger, Visualforce Pages, Visualforce Components
- Create & Edit Lightning Components (v7 only)
- Retrieve & compile other types of Salesforce.com metadata
- Run Apex test methods and visualize test successes/failures & coverage
- Deploy metadata to other Salesforce.com orgs
- Apex Execute Anonymous
- Stream Apex Logs to your local filesystem
- Apex & Visualforce Code Assist
Issues
All issues are managed by the central MavensMate project
Install
Prerequisites
- Sublime Text 3 http://www.sublimetext.com/3
- Sublime Text Package Control https://packagecontrol.io/installation
- MavensMate Desktop (must be running in order for MavensMate for Sublime Text v7.0+ to function) https://github.com/joeferraro/mavensmate-desktop/releases
Plugin Installation
- Open Sublime Text 3
- Run
Package Control: Install Package
command - Search for
MavensMate
- Hit
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:
Setup
Important Settings (Configured in MavensMate Desktop)
Workspaces (mm_workspace)
You may set mm_workspace
to a single path on your local filesystem or an array of paths.
Examples
Array of workspaces
"mm_workspace" : [
"/Users/darylshaber/Desktop/my-cool-folder",
"/Users/darylshaber/Workspaces/my-mavensmate-workspace"
],
Single 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"
],
Update
Updates to the plugin are handled automatically by Package Control.
Screenshots
Project Wizard
Apex Test Runner
Apex Execute Anonymous
Quick Panel
Apex/Visualforce Code Assist