This plugin supports Sublime Text 3 for windows and OSX, has not enough testing for Linux yet.
All of our motivation on this plugin come from your star, if you think this plugin is helpful in your daily work, please star this plugin.
Before install this plugin, you must install Sublime Text 3 and then Package Control.
After you have installed package control
in your sublime, you can install this plugin by searching haoide
in package control, if you don't know how to use package control
, you can refer to usage of package control.
Or, You can follow the step-by-step instruction by Meighan Brodkey
After you have installed this plugin successfully, you can follow Project Configuration to configure your own project.
If you don't want to keep your user credential information in the plugin , you just need to do it as below format, plugin will launch the browser to start OAuth2 Login process,
"projects": {
"pro-sublime": {
"default": true,
"login_url": "https://login.salesforce.com",
"login_type": "REST",
"subscribed_metadata_objects": [
"ApexClass",
"ApexComponent",
"ApexTrigger",
"AuraDefinitionBundle"
],
"username": "apex.sublime@dev.com"
},
}
Feel free to open issues, but you should refer to the Raise Issue before reporting any bug.
well welcome to any contribution, open an issue for discussion before draft you code.
Refresh Package
vs Update Project
Refresh Package
can update the project by the package.xml
in the project folder or project/src
folderUpdate Project
will update the project according to subscribed metadata
Refresh Folder
vs Update Project
Refresh Folder
can be used to update the components in the chosen foldersUpdate Project
is always used to refresh all folders or newly subscribed metadataSave to Server
vs Deploy to Server
Save to Server
is achieved by Tooling API
tech, which is usually used to develop apex code in sandboxDeploy to Server
is achieved by Metadata API
tech, which is usually used to develop none-apex in sandbox, deploy any components into different org or productionWhat's the usage of Update Project Pattern
command?
file_exclude_patterns
or folder_exclude_patterns
, you must execute Update Project Pattern
command to ensure it is working.If you failed to deploy package after release 3.3.7
deploy_options
from your user settings, see more detail at issue #101If all menu items are all gray and disabled after you installed haoide
Don't want to create new project with time stamp every day?
keep_project_name_time_suffix
to false
What is the usage of mouesmap key bindings?
shift
+ Dblclick left mouse button
: Quick open component by namealt
+ Click left mouse button
: Retrieve debug log detail by idalt
+ DblClick left mouse button
: View code coverage by namealt
+ Triple Click left mouse button
: Cancel deployment by Id