Skip to content

forcedotcom/salesforcedx-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Salesforce Extensions for VS Code

Dev Dependencies Commitizen friendly

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-replay-debugger This extension enables VS Code to replay Apex execution from Apex debug logs.
  • salesforcedx-vscode-lightning This extension supports Aura 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.
  • salesforcedx-vscode-soql This extension enables you to interactively build a SOQL query via a form-based visual editor, view the query as you build, and save the output to a .csv or .json file.
  • salesforcedx-vscode-slds This extension simplifies working with the Salesforce Lightning Design System (SLDS). It provides code completion, syntax highlighting, and validation with recommended tokens and utility classes.
  • salesforcedx-einstein-gpt This extension uses generative AI to make Salesforce development in Visual Studio Code richer with features such as a Dev Assistant that helps with writing, documenting, and understanding code. It also provides inline autocompletion, and test case generation for Apex and LWC code.
  • sfdx-code-analyzer-vscode This extension scans your code using multiple rule engines to produce lists of violations that you can use to improve your code. v5 also includes all the functionality of the ESLint and Apex PMD extensions. Now, the Salesforce Code Analyzer extension statically analyzes both your Apex and JavaScript code to quickly find problems.

Be an Efficient Salesforce Developer with VS Code

Dreamforce 2018 session on how to use Visual Studio Code and Salesforce Extensions for VS Code:

Be An Efficient Salesforce Developer with 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 developing doc.

You can find more information about using the Salesforce Extensions for VS Code in the public documentation. 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.

Project Governance & Support

For questions, issues, or support, please open an issue in this repository or refer to the documentation above.