How To Create Symlink For Sublime Text and Visual Studio Code in a Mac

This tip is for creating symlink for your favorite text editor, it is like an alias but more powerful. This would allow you to launch the application from the command line. ( You can do the same by setting paths as an alternative to symlinks). Symlinks can only be created from the terminal. First find… Read More How To Create Symlink For Sublime Text and Visual Studio Code in a Mac

How To Enable SObject Intellisense in VSCode for Salesforce DX

Quick Tip. Salesforce DX already comes with Intellisense for Apex classes and the different primitive types. Eg. Strings For SObjects it’s a per-project setting you need to enable once you have your project created. Open the Command Palette and choose SFDX: Refresh SObject Definitions What the command does under the hood is it will create… Read More How To Enable SObject Intellisense in VSCode for Salesforce DX

Enable Auto Push or Auto Deploy With Salesforce DX on VSCode

The title says it all if you have been developing before on Force.com IDE/ Mavenmate/IntelliJ and started using Salesforce DX. One that gets pretty tedious fast is manually pushing your code to your scratch org or deploying to your non-tracked org(DE/Sandbox). To enable auto push/deploy simply edit the .vscode/settings.json. This folder can be hidden on… Read More Enable Auto Push or Auto Deploy With Salesforce DX on VSCode