5a6734a3d4 | ||
---|---|---|
.github | ||
.vscode | ||
docs | ||
packages | ||
scripts | ||
.appveyor.yml | ||
.codecov.yml | ||
.eslintrc.json | ||
.gitignore | ||
.npmrc | ||
.nvmrc | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
README.md | ||
SHA256.md | ||
lerna.json | ||
package.json | ||
tslint.json |
README.md
Salesforce Extensions for VS Code
Introduction
This repository contains the source code for Salesforce Extensions for VS Code: the Visual Studio Code (VS Code) extensions for Salesforce DX.
Currently, we have the following extensions:
- salesforcedx-vscode
A top-level extension pack that automatically installs the following extensions for you. - salesforcedx-vscode-core
This extension interacts with the Salesforce CLI to provide basic Salesforce DX functionality. - salesforcedx-vscode-apex
This extension uses the Apex Language Server to provide features such as syntax highlighting and code completion. - salesforcedx-vscode-apex-debugger
This extension enables VS Code to use the real-time Apex Debugger with your scratch orgs. - salesforcedx-vscode-lightning
This extension supports Lightning component bundles. It uses the HTML language server from VS Code. - salesforcedx-vscode-visualforce
This extension supports Visualforce pages and components. It uses the HTML language server from VS Code.
Getting Started
If you are interested in contributing, please take a look at the CONTRIBUTING guide.
If you are interested in building the extensions locally, please take a look at the publishing doc.
You can find more information about developing Salesforce Extensions for VS Code in the docs folder. If the docs don’t cover what you are looking for, please feel free to open an issue.
For information about using the extensions, consult the README.md file for each package.