Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 2.93 KB

File metadata and controls

73 lines (54 loc) · 2.93 KB

README

Salesforce VSCode Extensions to complete Official Salesforce Extension Pack

This is an unofficial pack of VSCode extensions that IMHO will help Salesforce Developer Teams write better code.

Extensions included

Apex. Code foramt and deployment

Formatting: Aura, Lightning and Visualforce

Productivity

Team work

My VSCode related settings

{
	"prettier.singleQuote": true,
	"prettier.useTabs": true,
	"editor.tabSize": 4,
	"editor.formatOnSave": true,
	"editor.insertSpaces": false,
	"editor.detectIndentation": false,
	"uncrustify.langOverrides": {
		"apex": "JAVA",
		"apex-anon": "JAVA"
	},

	"[html]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	}
}

Rainbow indent and Backet Pair working together with tab indentation:

Rainbow indent and Backet Pair together

Extensions NOT included

  • Salesforce Extension Pack

Enjoy!