VisualStudio Code Setup for Flask Dev.

VS Code Extensions

To support setting up and developing with Flask, the following extensions for VS Code are recommended:

Additionally (just to make life better):

Optional (but great!):

Useful VS Code Keyboard Shortcuts

Learning a few keyboard shortcuts can help speed up your app development…

Shortcut Action Notes
Ctrl+ˋ Open built-in terminal The place to enter commands like flask run, or to see application logs
Ctrl+P Go to file… Type in a few letters of the file name (quicker than using the sidebar)
Ctrl+Shift+V Open Markdown preview Easier to read the rendered view of a .md file