GithubHelp home page GithubHelp logo

jpescador / mavensmate-visualstudiocode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kidtsunami/mavensmate-visualstudiocode

0.0 2.0 0.0 320 KB

MavensMate plugin for the Visual Studio Code editor

License: MIT License

TypeScript 99.19% Apex 0.81%

mavensmate-visualstudiocode's 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.