Sebastian Herrmann
A software-developing peep.
💻 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
By Sebastian Herrmann
VS Code has come a long way and offers a great set of features to everyone who wants to learn them and dive into the world of shortcuts, extensions and little tweaks. With this I'm showing my favorite ones that make me (and potentially you!) more productive every day.