VS Code Tips & Tricks

Oct 5 2021 · Dart 2.7, Flutter 2.2.3, VS Code 1.43

Part 1: Common Tips & Tricks

01. Explore Keyboard Shortcuts

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Next episode: 02. Customize Editor Settings

Notes: 01. Explore Keyboard Shortcuts

This updated version now shows on-screen shortcuts commands for both mac and windows.

Prerequisites include a Flutter installation setup with VS Code (Dart and Flutter Extension must be installed already). Non-Flutter developers could skip the Flutter installation as knowledge obtained here could be used for other development languages or frameworks. The sample project that comes with the course uses the Dart version before nullability was added to the language. Downloading and running the project would work correctly, but copying and pasting code may generate liniting errors if the code is not null-aware. This course is not dependent on the sample project so you can follow along with any project you have.