haoide
Stop upgrade, most of features were delivered in https://github.com/xjsender/haoide-vscode
Details
Installs
- Total 9K
- Win 7K
- Mac 2K
- Linux 301
Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 2 | 0 | 0 | 0 | 0 | 2 | 3 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 4 | 1 | 3 | 0 | 1 | 0 | 0 | 1 | 1 | 4 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 3 | 0 | 2 | 2 | 2 |
Mac | 0 | 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 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 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 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime IDE for Salesforce
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.
Installation
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
Project Configuration
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"
},
}
Change Logs
Quick Link
- Execute Anonymous
- Code AutoComplete
- Snippets
- Tooling Operation
- Debug and Test
- Retrieve
- Deploy
- Lightning Aura Component Development
- Lightning Web Component Development
- Static Resource Bundle
- Export CSV
- Salesforce Utilities
- Convert JSON to Apex
- REST API Support
- Data Loader
- Document Quick Reference
- Plugin Operation
- Completions Demo
- Request Proxies
Build-in Dependency Lib
Feedback & Contribution
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.
Q&A
Refresh Package
vsUpdate Project
Refresh Package
can update the project by thepackage.xml
in the project folder orproject/src
folderUpdate Project
will update the project according tosubscribed metadata
Refresh Folder
vsUpdate Project
- Generally,
Refresh Folder
can be used to update the components in the chosen folders - However,
Update Project
is always used to refresh all folders or newly subscribed metadata
- Generally,
Save to Server
vsDeploy to Server
Save to Server
is achieved byTooling API
tech, which is usually used to develop apex code in sandboxDeploy to Server
is achieved byMetadata API
tech, which is usually used to develop none-apex in sandbox, deploy any components into different org or production
What's the usage of
Update Project Pattern
command?- Everytime when you update the
file_exclude_patterns
orfolder_exclude_patterns
, you must executeUpdate Project Pattern
command to ensure it is working. - Everytime when the default project doesn't appeared in the sidebar panel, you an use this command to show the default project.
- Everytime when you update the
If you failed to deploy package after release 3.3.7
- you should remove
deploy_options
from your user settings, see more detail at issue #101
- you should remove
If all menu items are all gray and disabled after you installed haoide
- You should check whether issue #112 can resolve your problem
Don't want to create new project with time stamp every day?
- You can set
keep_project_name_time_suffix
tofalse
- You can set
What is the usage of mouesmap key bindings?
- Press
shift
+ Dblclickleft mouse button
: Quick open component by name - Press
alt
+ Clickleft mouse button
: Retrieve debug log detail by id - Press
alt
+ DblClickleft mouse button
: View code coverage by name - Press
alt
+ Triple Clickleft mouse button
: Cancel deployment by Id
- Press