Standalone VSCode extension for fast development in the salesforce.com platform. Built from scratch, no jsforce/salesforceDX dependencies, LIGHTNING FAST! ⚡️
Canonical deployment and retrieval of metadata based on your package.xml configuration is fully featured, but you can also deploy or retrieve single files/folders! Compile on save for apex classes, visualforce pages, triggers, visualforce components, aura bundles and lightning web components is supported!
Straightforward metadata creation and deployment for apex classes, visualforce pages & components, triggers, aura bundles, LWC.
Deleting metadata from your org is just easy as right-clicking on the metadata in the file explorer
fast-sfdc
uses sfdy as the engine to deploy and retrieve metadata. Thanks to that, it supports a bunch of useful metadata patches (see here)
To setup a .sfdy.json
config in your project, just open the command palette and type Fast-Sfdc: Init metadata patching
Store different credentials for fast org-switch and deploy when needed or in a hurry!
Full support for lightning web components: from their creation to their deployment!
Run your code snippets directly from vscode. Buggy developer console is now a distant memory.
Just open a test class and click on the codelen
None at the moment. Please open an issue in the github repository!
See here