• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

joeferraro/MavensMate-VisualStudioCode: MavensMate plugin for the Visual Studio ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

joeferraro/MavensMate-VisualStudioCode

开源软件地址(OpenSource Url):

https://github.com/joeferraro/MavensMate-VisualStudioCode

开源编程语言(OpenSource Language):

TypeScript 99.1%

开源软件介绍(OpenSource Introduction):

MavensMate for VS Code

Build Status

MavensMate plugin for the Visual Studio Code editor that aims to replicate the functionality of the Eclipse-based Salesforce IDE. Its goal is to allow developers to work inside Sublime Text for all their Salesforce-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 VS Code
  2. Run Extensions: Install Extension command
  3. Search for MavensMate
  4. Hit Enter

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"
],

Plugin Development

  1. Open the extension project in VS Code
  2. Open a Terminal with ctrl+`
  3. Run npm install
  4. Develop! VS Code Extensibility Reference

Organization

The point of entry for the code is src/extension.ts where the extension is registered.

src

Is the main directory of code for this project.

mavensmate

Code specifically relevant to the MavensMate app. Should avoid referencing vscode.

vscode

Provides an interface to vscode, encapsulating some concepts relevant to mavensmate.

workspace

Encapsulates code relevant to the workspace where projects are contained and the file system.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap