Steps:
1. Open vscode and go to view
-> Command Palette
-> Type User settings JSON
2. Add this to your JSON preferences file
3. Save the file and enjoy
You can change the color of the whitespace markers hovering over the color rectangle on editorWhitespace.foreground
Change your theme to your liking.
{
"editor.renderWhitespace": "all",
"workbench.colorCustomizations": {
"editorWhitespace.foreground": "#c6c79f77"
},
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"workbench.colorTheme": "Monokai",
"explorer.confirmDelete": false,
"workbench.editor.enablePreview": false,
"extensions.ignoreRecommendations": true,
"editor.minimap.enabled": false,
}
for avoiding auto closing parenthesis and brackets add this