We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e408c68 commit 0123d55Copy full SHA for 0123d55
doc/salesforce.txt
@@ -23,6 +23,8 @@ extension for VS Code. Out of the box commands include:
23
- `SalesforceRetrieveFromOrg`: Pull the current file from the org
24
- `SalesforceDiffFile`: Diff the current file against the file in the org
25
- `SalesforceSetDefaultOrg`: Set the default org for the current project
26
+- `SalesforceCreateLightningComponent`: Create an Aura Component or LWC
27
+- `SalesforceCreateApex`: Create Apex trigger or class
28
29
# Setup ~
30
To use this plugin, you must first setup your project by running `require("salesforce").setup({})`.
0 commit comments