new project
To create a new Flutter project from the Flutter starter app template:
Open the Command Palette (Ctrl+Shift+P (Cmd+Shift+P on macOS)).
Select the Flutter: New Project command and press Enter.
Enter your desired Project name.
Select a Project location.
https://flutter.dev/docs/development/tools/vs-code
https://flutter.dev/docs/development/tools/vs-code
open terminal
ctrl-`
run app
in terminal, flutter run
reformat dart file
opt-shift-f
open file explorer
shift-cmd-e
hot reload
r in terminal
restart
shift-r
refactor options for widget, e.g. to wrap in new widget
select or move cursor to widget, then cmd+.
debug inspector; Dart Devtools
to enable hot reload on save, and other debug functionality
enter debug session with debug-> start debugging
start debugging
fn-f5
stop debugging
shift-fn-f5
start without debugging
cntrl-fn-f5
show/hide side panel
cmd-b
show/hide bottom panel
cmd-j
hot restart shortcut
shift-fn-command-f5
linter?
pedantic