💻 web developer for ~4 years
💼 currently working for Small Improvements
🔨 VS Code user for ~3 years (after Brackets and Atom)
…so let's see what VS Code has to offer!
…aka IntelliSense:
// settings.json
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.external.osxExec": "iTerm.app"
// settings.json
"editor.formatOnSave:": true
// settings.json
"emmet.includeLanguages": {
"javascript": "javascriptreact"
}
function doSomethingAwesome() {
// A comment.
return null;
}
function doSomethingAwesome(/* i */) {
return null;
}
❤️
❤️
{
"key": "cmd+shift+[Backslash]",
"command": "editor.action.jumpToBracket",
"when": "editorTextFocus"
},
{
"key": "shift+alt+cmd+[Backslash]",
"command": "editor.action.selectToBracket"
},
{
"key": "cmd+shift+[BracketRight]",
"command": "editor.emmet.action.matchTag",
"when": "editorTextFocus"
}
❤️
❤️
Go out and explore:
…and don't forget to make your own contributions!
🖌 Slides: slides.com/herrherrmann/vs-code
📰 Blog Post: bit.ly/vs-code-tips
🦉 Twitter: @herrherrmann
📸 Photos: unsplash.com