How to change the terminal style in VSCode

I am using Visual Studio Code for the last one year, I am pretty happy with the themes that come with VSCode and there are lots of themes available outside also. But to change only the terminal style there aren’t any that I am aware of. In this blog post, we will look at how …

Continue reading

How to Deploy the changes on Save in Salesforce using VSCode

In this blog post, we will see how to Deploy on save/push on save using the salesforce vs code extension. Please update the Extension Pack If you haven’t already. Step by Step guide setup: Go to:File > preferences > setting > Salesforce feature Previews Search with this text “salesforcedx-vscode-core.push-or-deploy-on-save” Enable this checkbox both in User …

Continue reading

SOQL Builder

Salesforce Recently announced the SOQL Builder Visual Studio Code extension. You might be observing lately when you open the workbench Query Editor you will see a red banner asking you to use the latest SOQL Builder. In this blog post we will discuss more on how to use this extension. Sneak peek: SOQL Builder running …

Continue reading

Setting up Visual Studio Code IDE for Salesforce Development

In this blog post we will setup Visual Studio Code IDE to work with Salesforce Development. Salesforce suggest to use VSCode as the preferable IDE for the Salesforce development and Release management in case if you are using sfdx approach in your Organization. Step by Step guide to install Visual Studio Code: Visit the Official …

Continue reading