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 6dc5292 commit 2fa8eb3Copy full SHA for 2fa8eb3
lua/salesforce/init.lua
@@ -19,6 +19,8 @@
19
--- - `SalesforceRetrieveFromOrg`: Pull the current file from the org
20
--- - `SalesforceDiffFile`: Diff the current file against the file in the org
21
--- - `SalesforceSetDefaultOrg`: Set the default org for the current project
22
+--- - `SalesforceCreateLightningComponent`: Create an Aura Component or LWC
23
+--- - `SalesforceCreateApex`: Create Apex trigger or class
24
---
25
--- # Setup ~
26
--- To use this plugin, you must first setup your project by running `require("salesforce").setup({})`.
0 commit comments