- Remove usage of forcecode extension
- add prettier
Please note that this extension is published by Siddharatha, independently and Schneider is not involved with any specific copyright issues if they come up. This extension is being built to help developers within Schneider, If other companies see the need they can use it.
Please follow the below steps to get started with VSCode. We have collected the extensions you would need to improve your usage of Salesforce with VSCode.
- You would need to have some applications installed to better use the items within this extension.
- https://git-scm.com/ ( install with git-bash, its critical for other extensions)
- GIT bash should be added to your path.
-
GIT is a source control management system we use to manage our metadata and code .
-
It is a distributed version control system, so we need more than 1 step to make sure our changes are moved to the central repository.
-
pull, stage, commit , push - are the steps we constantly follow to make sure our changes are available in the central repo.
-
Except for release branches, your developer branch is managed by you.
-
Prettier is used to help ensure that indentation of all the code within the repo.
-
Eslint is used to detect javascript rules that are recommended by salesforce.
- Salesforce DX VScode extensions
- Visualforce
- Apex
- LWC
- Aura Components
- Apex Debugger Interactive
- Apex Replay Debugger
- Apex PMD
- Eslint
- Prettier
- XML format
- Prettify JSON
These extensions can provide a good headstart. use the starterkit inspired from trailheadapps along with these extensions to kick start lwc app development.