Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Sublime Text plugin for Salesforce developers. Aims to replace the Eclipse-based Force.com IDE.

License

Notifications You must be signed in to change notification settings

joeferraro/MavensMate-SublimeText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

af36de7 · Sep 14, 2017
Sep 19, 2016
Sep 23, 2016
Sep 23, 2016
May 30, 2014
Sep 25, 2016
Aug 28, 2014
Aug 27, 2014
Sep 19, 2016
Dec 20, 2013
Sep 14, 2017
Aug 22, 2015
Sep 23, 2016
Sep 19, 2016
Aug 13, 2015
Sep 23, 2016
Sep 23, 2016

Repository files navigation

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

Plugin Installation

  1. Open Sublime Text 3
  2. Run Package Control: Install Package command
  3. Search for MavensMate
  4. 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:

screen shot 2015-09-02 at 9 10 17 am package_control_sublime-settings_ _df15-react-communities-ios screen shot 2015-10-12 at 12 53 39 pm

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

About

Sublime Text plugin for Salesforce developers. Aims to replace the Eclipse-based Force.com IDE.

Resources

License

Stars

Watchers

Forks

Packages

No packages published