VS Code Tips & Tricks

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

Part 1: Common Tips & Tricks

05. Explore More Tricks

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 04. Create Code Snippets Next episode: 06. Use Custom Snippets

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Notes: 05. Explore More Tricks

Link to the Fira Code Font

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

Flutter apps are built with Dart and this involves a lot of nesting for the UI code. Sometimes, it might be difficult to navigate within your code blocks. Here are some tips to make code navigation and selection easier.

"workbench.editor.closeEmptyGroups": false
...
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true
"debug.toolBarLocation": "docked"