#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, and Visualforce Components
- Compile and retrieve other Salesforce.com metadata
- Run Apex test methods and visualize test successes/failures & coverage
- Play Pacman, Tetris, Galaga, Quake, and Mortal Kombat while your Apex unit tests and deploys run
- Deploy metadata to other Salesforce.com orgs
- Apex Execute Anonymous
- Create Apex Execution Overlay Actions "checkpoints" (tooling API)
- Download Apex Logs (tooling API)
- Apex & Visualforce Code Assist
####For detailed information and documentation, please visit mavensmate.com
##Sublime Text 3 plugin (current stable version)
##IMPORTANT
If you are upgrading from 3.x.x, please follow the instructions found here: http://mavensmate.com/Upgrade_Help
###Install
Sublime Text Package Control must be installed: https://sublime.wbond.net/installation
- Open Sublime Text
- Run
Package Control: Install Package
command - Search for
MavensMate
- Hit
Enter
cd /path/to/sublime/text/packages/directory
git clone https://github.com/joeferraro/MavensMate-SublimeText.git 'MavensMate'
###Update
Updates to the plugin are handled automatically by Package Control. Updates can be applied manually by replacing the MavensMate
directory in your Sublime Text Packages
directory.
##Documentation http://mavensmate.com/Plugins/Sublime_Text/Overview
##Screenshots
###Project Wizard ###Apex Test Runner ###Apex Execute Anonymous ###Quick Panel ###Apex/Visualforce Code Assist