050_Sublime For Salesforce

 之前安装工具都是在网上找的文章,照着步骤一点点来的,最近电脑升级所以要重新安装,花了一个小时终于搞好了,虽然说现在插件已经不维护了,但我觉得目前的工具还是可以够我用的:

1.我之前用的是3083版本,直接从家里copy来的,当我打开exe时,会提示你i下载最新的,下载便是了,3143版本的,之后就是开始配置

2.https://packagecontrol.io/installation#st3 

ctrl+` shortcut or the View > Show Console menu.  把sublime 3的内容copy进去,如果提示error的话,参照这个链接的后侧部分,

如果这部分出错:

urllib.error.URLError: <urlopen error [WinError 10061] No connection could be made because the target machine actively refused it>    格外的操作 :https://stackoverflow.com/questions/46651785/package-control-install-package-missing-in-sublime-text-3 

  • Preference -> Settings
  • Remove "Package Control" from the ignored_packages entries (heads up for commas if it is the last entry)
  • Restart Sublime
  1. Click the Preferences > Browse Packages… menu
  2. Browse up a folder and then into the Installed Packages/ folder
  3. Download Package Control.sublime-package and copy it into the Installed Packages/ directory
  4. Restart Sublime Text  

3.关闭sublime,重新打开,ctrl +shift +P   输入install,成功后 输入Mavenmate,之后我们就开始操作MavenMate中的内容了。

4.MavenMate->settings ,先配置代码下载的位置 Workspaces (mm_workspace) ,然后指定Sublime Text location (mm_subl_location)的位置,也就是sublime存放的位置

5.之后就是create project,选择下载的版本,输入工程名字,连接词的账号密码,开始下载。。。。

6.最后一步:打开Submile,MavaenMate->settings->user Plugin Settings,就选这个就行,修改mm_mavensmate_app_location(mavenmate.exe)的位置和mm_sublime_text_executable_location(sublime的位置),在sublime中是不用配置workspace的。

没有图文,文章参考:https://www.xgeek.net/zh/salesforce/sublime-text-3-mavensmate-for-salesforce-development/

此刻,静下心来学习
原文地址:https://www.cnblogs.com/bandariFang/p/8036174.html