NOTE: You should already have read the code editor section.
It's important to know how to use your editor effectively and take advantage of advanced features. To get started, click 'Help' -> 'Interactive Playground'. Also learn the following:
- Introductory videos
- Code completetion
- Multiple selections
- Search
- Tips and tricks
- Emmet
- Go to 'Help' -> 'Keyboard Shortcut Reference'
- VS Code documentation
You should have all the options specified in the code editor section. It's also recommended to configure the following settings:
{
"editor.renderIndentGuides": true,
"editor.rulers": [
120
],
"editor.tabSize": 4,
"html.format.enable": true,
"html.format.endWithNewline": true,
"html.suggest.angular1": false,
"html.suggest.ionic": false,
"window.newWindowDimensions": "inherit",
}
- Click the gear icon at the bottom left and click "Color Theme"
- You can preview themes in the marketplace
- You can also install any TextMate theme